astrochimp 0.1.3 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8193,3 +8193,2220 @@ Processing by Astrochimp::SignupsController#index as HTML
8193
8193
  Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (2.0ms)
8194
8194
  Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (5.8ms)
8195
8195
  Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms)
8196
+
8197
+
8198
+ Started GET "/" for 127.0.0.1 at 2013-01-03 15:28:57 -0600
8199
+ Connecting to database specified by database.yml
8200
+ Processing by Astrochimp::SignupsController#index as HTML
8201
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (4.0ms)
8202
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (9.4ms)
8203
+ Completed 200 OK in 459ms (Views: 37.9ms | ActiveRecord: 395.5ms)
8204
+
8205
+
8206
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:28:58 -0600
8207
+ Served asset /jquery.js - 304 Not Modified (38ms)
8208
+
8209
+
8210
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:28:59 -0600
8211
+ Served asset /astrochimp/application.js - 304 Not Modified (6ms)
8212
+
8213
+
8214
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:28:59 -0600
8215
+ Served asset /astrochimp/signups.css - 304 Not Modified (2ms)
8216
+
8217
+
8218
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:28:59 -0600
8219
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
8220
+
8221
+
8222
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:28:59 -0600
8223
+ Served asset /astrochimp/application.css - 304 Not Modified (4ms)
8224
+
8225
+
8226
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:28:59 -0600
8227
+ Served asset /astrochimp/signups.js - 304 Not Modified (2ms)
8228
+
8229
+
8230
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:28:59 -0600
8231
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (2ms)
8232
+
8233
+
8234
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:29:12 -0600
8235
+ Processing by Astrochimp::SignupsController#create as HTML
8236
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+11529@camenisch.net"}, "commit"=>"Notify Me »"}
8237
+  (0.3ms) BEGIN
8238
+ Astrochimp::Signup Exists (3.0ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+11529@camenisch.net' LIMIT 1
8239
+ SQL (4.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 21:29:13 UTC +00:00], ["email", "jonathan+11529@camenisch.net"], ["referrer_id", 42], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:29:13 UTC +00:00]]
8240
+ Astrochimp::Signup Load (0.8ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 42 LIMIT 1
8241
+ SQL (24.0ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 42
8242
+  (1.2ms) COMMIT
8243
+ Redirected to http://astrochimp.dev:3000/signups/baox
8244
+ Completed 302 Found in 1058ms (ActiveRecord: 33.4ms)
8245
+
8246
+
8247
+ Started GET "/signups/baox" for 127.0.0.1 at 2013-01-03 15:29:13 -0600
8248
+ Processing by Astrochimp::SignupsController#show as HTML
8249
+ Parameters: {"id"=>"baox"}
8250
+ Astrochimp::Signup Load (0.8ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 43]]
8251
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (1.7ms)
8252
+ Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.8ms)
8253
+
8254
+
8255
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:29:13 -0600
8256
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
8257
+
8258
+
8259
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:29:13 -0600
8260
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8261
+
8262
+
8263
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:29:13 -0600
8264
+ Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
8265
+
8266
+
8267
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:29:13 -0600
8268
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
8269
+
8270
+
8271
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:29:13 -0600
8272
+ Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
8273
+
8274
+
8275
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:29:13 -0600
8276
+ Served asset /jquery.js - 304 Not Modified (0ms)
8277
+
8278
+
8279
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:29:13 -0600
8280
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
8281
+
8282
+
8283
+ Started GET "/" for 127.0.0.1 at 2013-01-03 15:41:18 -0600
8284
+ Processing by Astrochimp::SignupsController#index as HTML
8285
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (2.3ms)
8286
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (3.2ms)
8287
+ Completed 200 OK in 21ms (Views: 8.7ms | ActiveRecord: 2.5ms)
8288
+
8289
+
8290
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:41:19 -0600
8291
+ Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
8292
+
8293
+
8294
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:41:19 -0600
8295
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
8296
+
8297
+
8298
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:41:19 -0600
8299
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
8300
+
8301
+
8302
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:41:19 -0600
8303
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
8304
+
8305
+
8306
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:41:19 -0600
8307
+ Served asset /jquery.js - 304 Not Modified (0ms)
8308
+
8309
+
8310
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:41:19 -0600
8311
+ Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
8312
+
8313
+
8314
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:41:19 -0600
8315
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8316
+
8317
+
8318
+ Started GET "/assets/astrochimp/bg-noise.png" for 127.0.0.1 at 2013-01-03 15:41:19 -0600
8319
+ Served asset /astrochimp/bg-noise.png - 304 Not Modified (2ms)
8320
+
8321
+
8322
+ Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 15:41:19 -0600
8323
+ Served asset /astrochimp/iphone4-frame-black.png - 304 Not Modified (2ms)
8324
+
8325
+
8326
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:41:50 -0600
8327
+ Connecting to database specified by database.yml
8328
+ Processing by Astrochimp::SignupsController#create as HTML
8329
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3341@brightbit.com"}, "commit"=>"Notify Me »"}
8330
+  (0.3ms) BEGIN
8331
+ Astrochimp::Signup Exists (2.0ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3341@brightbit.com' LIMIT 1
8332
+ SQL (2.3ms) 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 21:41:52 UTC +00:00], ["email", "jonathan+3341@brightbit.com"], ["referrer_id", 42], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:41:52 UTC +00:00]]
8333
+ Astrochimp::Signup Load (0.8ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 42 LIMIT 1
8334
+ SQL (0.9ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 42
8335
+  (2.0ms) COMMIT
8336
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (9.2ms)
8337
+ Completed 500 Internal Server Error in 1235ms
8338
+
8339
+ ActionView::Template::Error (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true):
8340
+ 1: You have successfully signed up.
8341
+ 2:
8342
+ 3: Your custom referral link: <%= link_to referral_link_path(referrer_code: @signup.referral_code, only_path: false),
8343
+ 4: referral_link_path(referrer_code: @signup.referral_code) %>
8344
+ 5:
8345
+ 6: To view the status of your referrals, visit <%= link_to @signup %>
8346
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/http/url.rb:25:in `url_for'
8347
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:590:in `url_for'
8348
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/url_for.rb:148:in `url_for'
8349
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:107:in `url_for'
8350
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:213:in `referral_link_path'
8351
+ /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb:3:in `___sers_jcamenisch_projects_astrochimp_app_views_astrochimp_signup_mailer_signup_complete_text_erb___108461815318595782_2160165800'
8352
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
8353
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
8354
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
8355
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
8356
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8357
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
8358
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8359
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
8360
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8361
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
8362
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
8363
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
8364
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
8365
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
8366
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
8367
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
8368
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
8369
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
8370
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:701:in `block in collect_responses_and_parts_order'
8371
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each'
8372
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each_template'
8373
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:697:in `collect_responses_and_parts_order'
8374
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:636:in `mail'
8375
+ /Users/jcamenisch/projects/astrochimp/app/mailers/astrochimp/signup_mailer.rb:7:in `signup_complete'
8376
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
8377
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
8378
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
8379
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:457:in `process'
8380
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:452:in `initialize'
8381
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `new'
8382
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `method_missing'
8383
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:38:in `block in create'
8384
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `call'
8385
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
8386
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
8387
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:32:in `create'
8388
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
8389
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
8390
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
8391
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
8392
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__2824363218091591098__process_action__4044428878793349544__callbacks'
8393
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
8394
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
8395
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
8396
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
8397
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
8398
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
8399
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
8400
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8401
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
8402
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
8403
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
8404
+ .bundle/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8405
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
8406
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
8407
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
8408
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
8409
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
8410
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
8411
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
8412
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
8413
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
8414
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
8415
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
8416
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
8417
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
8418
+ .bundle/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
8419
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
8420
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
8421
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
8422
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
8423
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
8424
+ .bundle/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
8425
+ .bundle/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
8426
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
8427
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
8428
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
8429
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
8430
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
8431
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
8432
+ .bundle/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
8433
+ .bundle/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
8434
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
8435
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__403799743417376779__call__313345597806114806__callbacks'
8436
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
8437
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
8438
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
8439
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8440
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
8441
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
8442
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
8443
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
8444
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
8445
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
8446
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
8447
+ .bundle/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
8448
+ .bundle/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
8449
+ .bundle/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
8450
+ .bundle/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
8451
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
8452
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
8453
+ .bundle/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
8454
+ .bundle/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
8455
+ .bundle/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
8456
+ .bundle/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
8457
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
8458
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
8459
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
8460
+
8461
+
8462
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
8463
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
8464
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.4ms)
8465
+
8466
+
8467
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:42:49 -0600
8468
+ Processing by Astrochimp::SignupsController#create as HTML
8469
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3341@brightbit.com"}, "commit"=>"Notify Me »"}
8470
+  (0.1ms) BEGIN
8471
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3341@brightbit.com' LIMIT 1
8472
+  (0.5ms) ROLLBACK
8473
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (2.4ms)
8474
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (6.3ms)
8475
+ Completed 200 OK in 78ms (Views: 33.3ms | ActiveRecord: 1.1ms)
8476
+
8477
+
8478
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:42:49 -0600
8479
+ Served asset /jquery.js - 304 Not Modified (11ms)
8480
+
8481
+
8482
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:42:49 -0600
8483
+ Served asset /astrochimp/application.js - 304 Not Modified (6ms)
8484
+
8485
+
8486
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:42:49 -0600
8487
+ Served asset /astrochimp/signups.js - 304 Not Modified (2ms)
8488
+
8489
+
8490
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:42:49 -0600
8491
+ Served asset /astrochimp/application.css - 304 Not Modified (3ms)
8492
+
8493
+
8494
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:42:49 -0600
8495
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
8496
+
8497
+
8498
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:42:49 -0600
8499
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (2ms)
8500
+
8501
+
8502
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:42:49 -0600
8503
+ Served asset /astrochimp/signups.css - 304 Not Modified (3ms)
8504
+
8505
+
8506
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:42:55 -0600
8507
+ Processing by Astrochimp::SignupsController#create as HTML
8508
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3342@brightbit.com"}, "commit"=>"Notify Me »"}
8509
+  (0.2ms) BEGIN
8510
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3342@brightbit.com' LIMIT 1
8511
+ SQL (0.7ms) 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 21:42:55 UTC +00:00], ["email", "jonathan+3342@brightbit.com"], ["referrer_id", 42], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:42:55 UTC +00:00]]
8512
+ Astrochimp::Signup Load (0.4ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 42 LIMIT 1
8513
+ SQL (0.3ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 42
8514
+  (0.8ms) COMMIT
8515
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (2.7ms)
8516
+ Completed 500 Internal Server Error in 294ms
8517
+
8518
+ ActionView::Template::Error (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true):
8519
+ 1: You have successfully signed up.
8520
+ 2:
8521
+ 3: Your custom referral link: <%= link_to referral_link_path(referrer_code: @signup.referral_code, only_path: false),
8522
+ 4: referral_link_path(referrer_code: @signup.referral_code),
8523
+ 5: host: 'http://astrochimp.dev:3000/' %>
8524
+ 6:
8525
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/http/url.rb:25:in `url_for'
8526
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:590:in `url_for'
8527
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/url_for.rb:148:in `url_for'
8528
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:107:in `url_for'
8529
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:213:in `referral_link_path'
8530
+ /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb:3:in `___sers_jcamenisch_projects_astrochimp_app_views_astrochimp_signup_mailer_signup_complete_text_erb___108461815318595782_2166084520'
8531
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
8532
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
8533
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
8534
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
8535
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8536
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
8537
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8538
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
8539
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8540
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
8541
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
8542
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
8543
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
8544
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
8545
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
8546
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
8547
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
8548
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
8549
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:701:in `block in collect_responses_and_parts_order'
8550
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each'
8551
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each_template'
8552
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:697:in `collect_responses_and_parts_order'
8553
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:636:in `mail'
8554
+ /Users/jcamenisch/projects/astrochimp/app/mailers/astrochimp/signup_mailer.rb:7:in `signup_complete'
8555
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
8556
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
8557
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
8558
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:457:in `process'
8559
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:452:in `initialize'
8560
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `new'
8561
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `method_missing'
8562
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:38:in `block in create'
8563
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `call'
8564
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
8565
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
8566
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:32:in `create'
8567
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
8568
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
8569
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
8570
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
8571
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__2824363218091591098__process_action__4044428878793349544__callbacks'
8572
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
8573
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
8574
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
8575
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
8576
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
8577
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
8578
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
8579
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8580
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
8581
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
8582
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
8583
+ .bundle/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8584
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
8585
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
8586
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
8587
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
8588
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
8589
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
8590
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
8591
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
8592
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
8593
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
8594
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
8595
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
8596
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
8597
+ .bundle/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
8598
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
8599
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
8600
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
8601
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
8602
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
8603
+ .bundle/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
8604
+ .bundle/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
8605
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
8606
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
8607
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
8608
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
8609
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
8610
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
8611
+ .bundle/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
8612
+ .bundle/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
8613
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
8614
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__403799743417376779__call__313345597806114806__callbacks'
8615
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
8616
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
8617
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
8618
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8619
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
8620
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
8621
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
8622
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
8623
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
8624
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
8625
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
8626
+ .bundle/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
8627
+ .bundle/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
8628
+ .bundle/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
8629
+ .bundle/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
8630
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
8631
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
8632
+ .bundle/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
8633
+ .bundle/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
8634
+ .bundle/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
8635
+ .bundle/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
8636
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
8637
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
8638
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
8639
+
8640
+
8641
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
8642
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
8643
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms)
8644
+
8645
+
8646
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:43:55 -0600
8647
+ Processing by Astrochimp::SignupsController#create as HTML
8648
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3342@brightbit.com"}, "commit"=>"Notify Me »"}
8649
+  (0.1ms) BEGIN
8650
+ Astrochimp::Signup Exists (0.4ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3342@brightbit.com' LIMIT 1
8651
+  (0.2ms) ROLLBACK
8652
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (1.6ms)
8653
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (2.5ms)
8654
+ Completed 200 OK in 13ms (Views: 7.3ms | ActiveRecord: 0.7ms)
8655
+
8656
+
8657
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:43:55 -0600
8658
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
8659
+
8660
+
8661
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:43:55 -0600
8662
+ Served asset /jquery.js - 304 Not Modified (0ms)
8663
+
8664
+
8665
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:43:55 -0600
8666
+ Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
8667
+
8668
+
8669
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:43:55 -0600
8670
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8671
+
8672
+
8673
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:43:55 -0600
8674
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
8675
+
8676
+
8677
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:43:55 -0600
8678
+ Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
8679
+
8680
+
8681
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:43:55 -0600
8682
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
8683
+
8684
+
8685
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:44:00 -0600
8686
+ Processing by Astrochimp::SignupsController#create as HTML
8687
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3343@brightbit.com"}, "commit"=>"Notify Me »"}
8688
+  (0.2ms) BEGIN
8689
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3343@brightbit.com' LIMIT 1
8690
+ SQL (0.7ms) 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 21:44:01 UTC +00:00], ["email", "jonathan+3343@brightbit.com"], ["referrer_id", 42], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:44:01 UTC +00:00]]
8691
+ Astrochimp::Signup Load (0.5ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 42 LIMIT 1
8692
+ SQL (0.5ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 42
8693
+  (0.9ms) COMMIT
8694
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (2.5ms)
8695
+ Completed 500 Internal Server Error in 668ms
8696
+
8697
+ ActionController::RoutingError (No route matches {}):
8698
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error'
8699
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate'
8700
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:520:in `generate'
8701
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:561:in `generate'
8702
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:586:in `url_for'
8703
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/url_for.rb:148:in `url_for'
8704
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:107:in `url_for'
8705
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:242:in `link_to'
8706
+ /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb:6:in `___sers_jcamenisch_projects_astrochimp_app_views_astrochimp_signup_mailer_signup_complete_text_erb___108461815318595782_2160775020'
8707
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
8708
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
8709
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
8710
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
8711
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8712
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
8713
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8714
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
8715
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8716
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
8717
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
8718
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
8719
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
8720
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
8721
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
8722
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
8723
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
8724
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
8725
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:701:in `block in collect_responses_and_parts_order'
8726
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each'
8727
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each_template'
8728
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:697:in `collect_responses_and_parts_order'
8729
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:636:in `mail'
8730
+ /Users/jcamenisch/projects/astrochimp/app/mailers/astrochimp/signup_mailer.rb:7:in `signup_complete'
8731
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
8732
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
8733
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
8734
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:457:in `process'
8735
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:452:in `initialize'
8736
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `new'
8737
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `method_missing'
8738
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:38:in `block in create'
8739
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `call'
8740
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
8741
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
8742
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:32:in `create'
8743
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
8744
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
8745
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
8746
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
8747
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__2824363218091591098__process_action__4044428878793349544__callbacks'
8748
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
8749
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
8750
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
8751
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
8752
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
8753
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
8754
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
8755
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8756
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
8757
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
8758
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
8759
+ .bundle/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8760
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
8761
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
8762
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
8763
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
8764
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
8765
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
8766
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
8767
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
8768
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
8769
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
8770
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
8771
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
8772
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
8773
+ .bundle/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
8774
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
8775
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
8776
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
8777
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
8778
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
8779
+ .bundle/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
8780
+ .bundle/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
8781
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
8782
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
8783
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
8784
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
8785
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
8786
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
8787
+ .bundle/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
8788
+ .bundle/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
8789
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
8790
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__403799743417376779__call__313345597806114806__callbacks'
8791
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
8792
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
8793
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
8794
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8795
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
8796
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
8797
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
8798
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
8799
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
8800
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
8801
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
8802
+ .bundle/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
8803
+ .bundle/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
8804
+ .bundle/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
8805
+ .bundle/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
8806
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
8807
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
8808
+ .bundle/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
8809
+ .bundle/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
8810
+ .bundle/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
8811
+ .bundle/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
8812
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
8813
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
8814
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
8815
+
8816
+
8817
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
8818
+
8819
+
8820
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:33 -0600
8821
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
8822
+
8823
+
8824
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:33 -0600
8825
+ Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
8826
+
8827
+
8828
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:44:33 -0600
8829
+ Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
8830
+
8831
+
8832
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:44:33 -0600
8833
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
8834
+
8835
+
8836
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:33 -0600
8837
+ Served asset /jquery.js - 304 Not Modified (0ms)
8838
+
8839
+
8840
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:44:33 -0600
8841
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
8842
+
8843
+
8844
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:33 -0600
8845
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8846
+
8847
+
8848
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:44:34 -0600
8849
+ Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
8850
+
8851
+
8852
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:44:34 -0600
8853
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
8854
+
8855
+
8856
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:34 -0600
8857
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8858
+
8859
+
8860
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:34 -0600
8861
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
8862
+
8863
+
8864
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:34 -0600
8865
+ Served asset /jquery.js - 304 Not Modified (0ms)
8866
+
8867
+
8868
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:34 -0600
8869
+ Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
8870
+
8871
+
8872
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:44:34 -0600
8873
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
8874
+
8875
+
8876
+ Started GET "/" for 127.0.0.1 at 2013-01-03 15:44:38 -0600
8877
+ Processing by Astrochimp::SignupsController#index as HTML
8878
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (2.2ms)
8879
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (3.8ms)
8880
+ Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.0ms)
8881
+
8882
+
8883
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:38 -0600
8884
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
8885
+
8886
+
8887
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:38 -0600
8888
+ Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
8889
+
8890
+
8891
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:38 -0600
8892
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8893
+
8894
+
8895
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:44:38 -0600
8896
+ Served asset /jquery.js - 304 Not Modified (0ms)
8897
+
8898
+
8899
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:44:38 -0600
8900
+ Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
8901
+
8902
+
8903
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:44:38 -0600
8904
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
8905
+
8906
+
8907
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:44:38 -0600
8908
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
8909
+
8910
+
8911
+ Started GET "/assets/astrochimp/bg-noise.png" for 127.0.0.1 at 2013-01-03 15:44:39 -0600
8912
+ Served asset /astrochimp/bg-noise.png - 304 Not Modified (3ms)
8913
+
8914
+
8915
+ Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 15:44:39 -0600
8916
+ Served asset /astrochimp/iphone4-frame-black.png - 304 Not Modified (5ms)
8917
+
8918
+
8919
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:44:59 -0600
8920
+ Processing by Astrochimp::SignupsController#create as HTML
8921
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3344@brightbit.com"}, "commit"=>"Notify Me »"}
8922
+  (0.2ms) BEGIN
8923
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3344@brightbit.com' LIMIT 1
8924
+ SQL (0.8ms) 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 21:45:01 UTC +00:00], ["email", "jonathan+3344@brightbit.com"], ["referrer_id", 42], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:45:01 UTC +00:00]]
8925
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 42 LIMIT 1
8926
+ SQL (0.4ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 42
8927
+  (1.0ms) COMMIT
8928
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (1.6ms)
8929
+ Completed 500 Internal Server Error in 1381ms
8930
+
8931
+ ActionController::RoutingError (No route matches {}):
8932
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error'
8933
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate'
8934
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:520:in `generate'
8935
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:561:in `generate'
8936
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:586:in `url_for'
8937
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/url_for.rb:148:in `url_for'
8938
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:107:in `url_for'
8939
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:242:in `link_to'
8940
+ /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb:6:in `___sers_jcamenisch_projects_astrochimp_app_views_astrochimp_signup_mailer_signup_complete_text_erb___108461815318595782_2160775020'
8941
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
8942
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
8943
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
8944
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
8945
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8946
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
8947
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8948
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
8949
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8950
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
8951
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
8952
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
8953
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
8954
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
8955
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
8956
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
8957
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
8958
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
8959
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:701:in `block in collect_responses_and_parts_order'
8960
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each'
8961
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each_template'
8962
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:697:in `collect_responses_and_parts_order'
8963
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:636:in `mail'
8964
+ /Users/jcamenisch/projects/astrochimp/app/mailers/astrochimp/signup_mailer.rb:7:in `signup_complete'
8965
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
8966
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
8967
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
8968
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:457:in `process'
8969
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:452:in `initialize'
8970
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `new'
8971
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `method_missing'
8972
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:38:in `block in create'
8973
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `call'
8974
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
8975
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
8976
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:32:in `create'
8977
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
8978
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
8979
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
8980
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
8981
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__2824363218091591098__process_action__4044428878793349544__callbacks'
8982
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
8983
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
8984
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
8985
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
8986
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
8987
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
8988
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
8989
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8990
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
8991
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
8992
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
8993
+ .bundle/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8994
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
8995
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
8996
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
8997
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
8998
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
8999
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
9000
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
9001
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
9002
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9003
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9004
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9005
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9006
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9007
+ .bundle/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
9008
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9009
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9010
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9011
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9012
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
9013
+ .bundle/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
9014
+ .bundle/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
9015
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
9016
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
9017
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
9018
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
9019
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
9020
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
9021
+ .bundle/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
9022
+ .bundle/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
9023
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
9024
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__403799743417376779__call__313345597806114806__callbacks'
9025
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
9026
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
9027
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
9028
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9029
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
9030
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
9031
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
9032
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9033
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
9034
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
9035
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
9036
+ .bundle/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
9037
+ .bundle/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
9038
+ .bundle/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9039
+ .bundle/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
9040
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
9041
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9042
+ .bundle/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
9043
+ .bundle/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
9044
+ .bundle/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
9045
+ .bundle/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
9046
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9047
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9048
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9049
+
9050
+
9051
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
9052
+
9053
+
9054
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:46:13 -0600
9055
+ Processing by Astrochimp::SignupsController#create as HTML
9056
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3346@brightbit.com"}, "commit"=>"Notify Me »"}
9057
+  (0.2ms) BEGIN
9058
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3346@brightbit.com' LIMIT 1
9059
+ SQL (0.8ms) 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 21:46:13 UTC +00:00], ["email", "jonathan+3346@brightbit.com"], ["referrer_id", 42], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:46:13 UTC +00:00]]
9060
+ Astrochimp::Signup Load (0.4ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 42 LIMIT 1
9061
+ SQL (0.4ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 42
9062
+  (1.3ms) COMMIT
9063
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (1.8ms)
9064
+ Completed 500 Internal Server Error in 755ms
9065
+
9066
+ ActionController::RoutingError (No route matches {}):
9067
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error'
9068
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate'
9069
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:520:in `generate'
9070
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:561:in `generate'
9071
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:586:in `url_for'
9072
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/url_for.rb:148:in `url_for'
9073
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:107:in `url_for'
9074
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:242:in `link_to'
9075
+ /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb:5:in `___sers_jcamenisch_projects_astrochimp_app_views_astrochimp_signup_mailer_signup_complete_text_erb___108461815318595782_2163096040'
9076
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
9077
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
9078
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
9079
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
9080
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
9081
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
9082
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9083
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
9084
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
9085
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
9086
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
9087
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
9088
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
9089
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
9090
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
9091
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
9092
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
9093
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
9094
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:701:in `block in collect_responses_and_parts_order'
9095
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each'
9096
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each_template'
9097
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:697:in `collect_responses_and_parts_order'
9098
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:636:in `mail'
9099
+ /Users/jcamenisch/projects/astrochimp/app/mailers/astrochimp/signup_mailer.rb:7:in `signup_complete'
9100
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
9101
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
9102
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
9103
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:457:in `process'
9104
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:452:in `initialize'
9105
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `new'
9106
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `method_missing'
9107
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:38:in `block in create'
9108
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `call'
9109
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
9110
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
9111
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:32:in `create'
9112
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
9113
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
9114
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
9115
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9116
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__2824363218091591098__process_action__4044428878793349544__callbacks'
9117
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
9118
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
9119
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
9120
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
9121
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
9122
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
9123
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
9124
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9125
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
9126
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
9127
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
9128
+ .bundle/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9129
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
9130
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
9131
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
9132
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
9133
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
9134
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
9135
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
9136
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
9137
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9138
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9139
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9140
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9141
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9142
+ .bundle/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
9143
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9144
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9145
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9146
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9147
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
9148
+ .bundle/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
9149
+ .bundle/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
9150
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
9151
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
9152
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
9153
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
9154
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
9155
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
9156
+ .bundle/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
9157
+ .bundle/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
9158
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
9159
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__403799743417376779__call__313345597806114806__callbacks'
9160
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
9161
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
9162
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
9163
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9164
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
9165
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
9166
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
9167
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9168
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
9169
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
9170
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
9171
+ .bundle/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
9172
+ .bundle/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
9173
+ .bundle/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9174
+ .bundle/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
9175
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
9176
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9177
+ .bundle/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
9178
+ .bundle/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
9179
+ .bundle/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
9180
+ .bundle/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
9181
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9182
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9183
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9184
+
9185
+
9186
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
9187
+
9188
+
9189
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9190
+ Processing by Astrochimp::SignupsController#create as HTML
9191
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3346@brightbit.com"}, "commit"=>"Notify Me »"}
9192
+  (0.2ms) BEGIN
9193
+ Astrochimp::Signup Exists (0.6ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3346@brightbit.com' LIMIT 1
9194
+  (0.2ms) ROLLBACK
9195
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (1.7ms)
9196
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (2.5ms)
9197
+ Completed 200 OK in 13ms (Views: 7.2ms | ActiveRecord: 0.9ms)
9198
+
9199
+
9200
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9201
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
9202
+
9203
+
9204
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9205
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
9206
+
9207
+
9208
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9209
+ Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
9210
+
9211
+
9212
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9213
+ Served asset /jquery.js - 304 Not Modified (0ms)
9214
+
9215
+
9216
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9217
+ Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
9218
+
9219
+
9220
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9221
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
9222
+
9223
+
9224
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9225
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
9226
+
9227
+
9228
+ Started GET "/assets/astrochimp/bg-noise.png" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9229
+ Served asset /astrochimp/bg-noise.png - 304 Not Modified (0ms)
9230
+
9231
+
9232
+ Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 15:46:23 -0600
9233
+ Served asset /astrochimp/iphone4-frame-black.png - 304 Not Modified (0ms)
9234
+
9235
+
9236
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:46:28 -0600
9237
+ Processing by Astrochimp::SignupsController#create as HTML
9238
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3347@brightbit.com"}, "commit"=>"Notify Me »"}
9239
+  (0.3ms) BEGIN
9240
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3347@brightbit.com' LIMIT 1
9241
+ SQL (0.8ms) 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 21:46:28 UTC +00:00], ["email", "jonathan+3347@brightbit.com"], ["referrer_id", 42], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:46:28 UTC +00:00]]
9242
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 42 LIMIT 1
9243
+ SQL (0.4ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 42
9244
+  (1.4ms) COMMIT
9245
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (0.4ms)
9246
+
9247
+ Sent mail to jonathan+3347@brightbit.com (6330ms)
9248
+ Date: Thu, 03 Jan 2013 15:46:28 -0600
9249
+ From: from@example.com
9250
+ To: jonathan+3347@brightbit.com
9251
+ Message-ID: <50e5fc34e5253_9efb806f362066936@jcmbp.mail>
9252
+ Subject: You have successfully signed up for Astrochimp
9253
+ Mime-Version: 1.0
9254
+ Content-Type: text/plain;
9255
+ charset=UTF-8
9256
+ Content-Transfer-Encoding: 7bit
9257
+
9258
+ You have successfully signed up.
9259
+
9260
+ Your custom referral link:
9261
+
9262
+ To view the status of your referrals, visit
9263
+
9264
+ Redirected to http://astrochimp.dev:3000/signups/baqz
9265
+ Completed 302 Found in 6627ms (ActiveRecord: 3.8ms)
9266
+
9267
+
9268
+ Started GET "/signups/baqz" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9269
+ Processing by Astrochimp::SignupsController#show as HTML
9270
+ Parameters: {"id"=>"baqz"}
9271
+ Astrochimp::Signup Load (0.7ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 49]]
9272
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (1.6ms)
9273
+ Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.7ms)
9274
+
9275
+
9276
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9277
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
9278
+
9279
+
9280
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9281
+ Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
9282
+
9283
+
9284
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9285
+ Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
9286
+
9287
+
9288
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9289
+ Served asset /jquery.js - 304 Not Modified (0ms)
9290
+
9291
+
9292
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9293
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
9294
+
9295
+
9296
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9297
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
9298
+
9299
+
9300
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9301
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
9302
+
9303
+
9304
+ Started GET "/assets/astrochimp/bg-noise.png" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9305
+ Served asset /astrochimp/bg-noise.png - 304 Not Modified (0ms)
9306
+
9307
+
9308
+ Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 15:46:35 -0600
9309
+ Served asset /astrochimp/iphone4-frame-black.png - 304 Not Modified (0ms)
9310
+
9311
+
9312
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:47:51 -0600
9313
+ Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
9314
+
9315
+
9316
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:47:51 -0600
9317
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
9318
+
9319
+
9320
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:47:51 -0600
9321
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
9322
+
9323
+
9324
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:47:52 -0600
9325
+ Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
9326
+
9327
+
9328
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:47:52 -0600
9329
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
9330
+
9331
+
9332
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:47:52 -0600
9333
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
9334
+
9335
+
9336
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:47:52 -0600
9337
+ Served asset /jquery.js - 304 Not Modified (0ms)
9338
+
9339
+
9340
+ Started GET "/assets/astrochimp/bg-noise.png" for 127.0.0.1 at 2013-01-03 15:47:52 -0600
9341
+ Served asset /astrochimp/bg-noise.png - 304 Not Modified (0ms)
9342
+
9343
+
9344
+ Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 15:47:52 -0600
9345
+ Served asset /astrochimp/iphone4-frame-black.png - 304 Not Modified (0ms)
9346
+
9347
+
9348
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:51:50 -0600
9349
+ Connecting to database specified by database.yml
9350
+ Processing by Astrochimp::SignupsController#create as HTML
9351
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3351@brightbit.com"}, "commit"=>"Notify Me »"}
9352
+  (0.2ms) BEGIN
9353
+ Astrochimp::Signup Exists (1.4ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3351@brightbit.com' LIMIT 1
9354
+ SQL (2.6ms) 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 21:51:52 UTC +00:00], ["email", "jonathan+3351@brightbit.com"], ["referrer_id", 42], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:51:52 UTC +00:00]]
9355
+ Astrochimp::Signup Load (0.7ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 42 LIMIT 1
9356
+ SQL (0.7ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 42
9357
+  (1.1ms) COMMIT
9358
+ Completed 500 Internal Server Error in 942ms
9359
+
9360
+ RuntimeError (Invalid delivery method :letter_opener):
9361
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/delivery_methods.rb:71:in `wrap_delivery_behavior'
9362
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/delivery_methods.rb:83:in `wrap_delivery_behavior!'
9363
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:629:in `mail'
9364
+ /Users/jcamenisch/projects/astrochimp/app/mailers/astrochimp/signup_mailer.rb:7:in `signup_complete'
9365
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
9366
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
9367
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
9368
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:457:in `process'
9369
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:452:in `initialize'
9370
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `new'
9371
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `method_missing'
9372
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:38:in `block in create'
9373
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `call'
9374
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
9375
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
9376
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:32:in `create'
9377
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
9378
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
9379
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
9380
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9381
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__1330503057029915719__process_action__3077891995995708327__callbacks'
9382
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
9383
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
9384
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
9385
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
9386
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
9387
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
9388
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
9389
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9390
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
9391
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
9392
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
9393
+ .bundle/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9394
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
9395
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
9396
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
9397
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
9398
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
9399
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
9400
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
9401
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
9402
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9403
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9404
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9405
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9406
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9407
+ .bundle/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
9408
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9409
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9410
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9411
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9412
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
9413
+ .bundle/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
9414
+ .bundle/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
9415
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
9416
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
9417
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
9418
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
9419
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
9420
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
9421
+ .bundle/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
9422
+ .bundle/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
9423
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
9424
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__2590267604686188364__call__3397563078463903169__callbacks'
9425
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
9426
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
9427
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
9428
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9429
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
9430
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
9431
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
9432
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9433
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
9434
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
9435
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
9436
+ .bundle/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
9437
+ .bundle/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
9438
+ .bundle/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9439
+ .bundle/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
9440
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
9441
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9442
+ .bundle/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
9443
+ .bundle/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
9444
+ .bundle/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
9445
+ .bundle/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
9446
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9447
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9448
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9449
+
9450
+
9451
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
9452
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
9453
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (42.4ms)
9454
+
9455
+
9456
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:53:37 -0600
9457
+ Connecting to database specified by database.yml
9458
+
9459
+
9460
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:53:37 -0600
9461
+
9462
+
9463
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:53:37 -0600
9464
+
9465
+
9466
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:53:37 -0600
9467
+ Served asset /astrochimp/application.css - 304 Not Modified (5ms)
9468
+
9469
+
9470
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:53:37 -0600
9471
+ Served asset /astrochimp/application.js - 304 Not Modified (8ms)
9472
+
9473
+
9474
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:53:37 -0600
9475
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (4ms)
9476
+
9477
+
9478
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:53:41 -0600
9479
+ Processing by Astrochimp::SignupsController#create as HTML
9480
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3352@brightbit.com"}, "commit"=>"Notify Me »"}
9481
+  (0.3ms) BEGIN
9482
+ Astrochimp::Signup Exists (1.2ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3352@brightbit.com' LIMIT 1
9483
+ SQL (3.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 21:53:43 UTC +00:00], ["email", "jonathan+3352@brightbit.com"], ["referrer_id", 42], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:53:43 UTC +00:00]]
9484
+ Astrochimp::Signup Load (0.7ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 42 LIMIT 1
9485
+ SQL (0.8ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 42
9486
+  (2.1ms) COMMIT
9487
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (2.1ms)
9488
+
9489
+ Sent mail to jonathan+3352@brightbit.com (55ms)
9490
+ Date: Thu, 03 Jan 2013 15:53:43 -0600
9491
+ From: from@example.com
9492
+ To: jonathan+3352@brightbit.com
9493
+ Message-ID: <50e5fde77ddd3_a02981e5912080455@jcmbp.mail>
9494
+ Subject: You have successfully signed up for Astrochimp
9495
+ Mime-Version: 1.0
9496
+ Content-Type: text/plain;
9497
+ charset=UTF-8
9498
+ Content-Transfer-Encoding: 7bit
9499
+
9500
+ You have successfully signed up.
9501
+
9502
+ Your custom referral link:
9503
+
9504
+ To view the status of your referrals, visit
9505
+
9506
+ Redirected to http://astrochimp.dev:3000/signups/barr
9507
+ Completed 302 Found in 2439ms (ActiveRecord: 19.7ms)
9508
+
9509
+
9510
+ Started GET "/signups/barr" for 127.0.0.1 at 2013-01-03 15:53:43 -0600
9511
+ Processing by Astrochimp::SignupsController#show as HTML
9512
+ Parameters: {"id"=>"barr"}
9513
+ Astrochimp::Signup Load (1.0ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 51]]
9514
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (3.7ms)
9515
+ Completed 200 OK in 42ms (Views: 38.0ms | ActiveRecord: 1.0ms)
9516
+
9517
+
9518
+ Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 15:53:43 -0600
9519
+ Served asset /astrochimp/signups.js - 200 OK (5ms)
9520
+
9521
+
9522
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:53:43 -0600
9523
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
9524
+
9525
+
9526
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 15:53:43 -0600
9527
+ Served asset /jquery_ujs.js - 200 OK (3ms)
9528
+
9529
+
9530
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 15:53:43 -0600
9531
+ Served asset /jquery.js - 200 OK (5ms)
9532
+
9533
+
9534
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:53:43 -0600
9535
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
9536
+
9537
+
9538
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:53:43 -0600
9539
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
9540
+
9541
+
9542
+ Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 15:53:43 -0600
9543
+ Served asset /astrochimp/signups.css - 200 OK (3ms)
9544
+
9545
+
9546
+ Started GET "/r/barr" for 127.0.0.1 at 2013-01-03 15:54:39 -0600
9547
+ Processing by Astrochimp::SignupsController#index as HTML
9548
+ Parameters: {"referrer_code"=>"barr"}
9549
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (2.2ms)
9550
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (6.6ms)
9551
+ Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
9552
+
9553
+
9554
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:54:39 -0600
9555
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
9556
+
9557
+
9558
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:54:39 -0600
9559
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
9560
+
9561
+
9562
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:54:40 -0600
9563
+ Served asset /astrochimp/application.js - 304 Not Modified (2ms)
9564
+
9565
+
9566
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:54:50 -0600
9567
+ Processing by Astrochimp::SignupsController#create as HTML
9568
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3354@brightbit.com"}, "commit"=>"Notify Me »"}
9569
+  (0.3ms) BEGIN
9570
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3354@brightbit.com' LIMIT 1
9571
+ SQL (0.7ms) 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 21:54:50 UTC +00:00], ["email", "jonathan+3354@brightbit.com"], ["referrer_id", 51], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:54:50 UTC +00:00]]
9572
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 51 LIMIT 1
9573
+ SQL (0.5ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 51
9574
+  (0.9ms) COMMIT
9575
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (49.7ms)
9576
+ Completed 500 Internal Server Error in 744ms
9577
+
9578
+ ActionController::RoutingError (No route matches {}):
9579
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error'
9580
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate'
9581
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:520:in `generate'
9582
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:561:in `generate'
9583
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:586:in `url_for'
9584
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/url_for.rb:148:in `url_for'
9585
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:107:in `url_for'
9586
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:242:in `link_to'
9587
+ /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb:6:in `___sers_jcamenisch_projects_astrochimp_app_views_astrochimp_signup_mailer_signup_complete_text_erb__3173766473021464923_2154211280'
9588
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
9589
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
9590
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
9591
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
9592
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
9593
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
9594
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9595
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
9596
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
9597
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
9598
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
9599
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
9600
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
9601
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
9602
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
9603
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
9604
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
9605
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
9606
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:701:in `block in collect_responses_and_parts_order'
9607
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each'
9608
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each_template'
9609
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:697:in `collect_responses_and_parts_order'
9610
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:636:in `mail'
9611
+ /Users/jcamenisch/projects/astrochimp/app/mailers/astrochimp/signup_mailer.rb:7:in `signup_complete'
9612
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
9613
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
9614
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
9615
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:457:in `process'
9616
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:452:in `initialize'
9617
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `new'
9618
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `method_missing'
9619
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:38:in `block in create'
9620
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `call'
9621
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
9622
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
9623
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:32:in `create'
9624
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
9625
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
9626
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
9627
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9628
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__2930020686546999432__process_action__428863678012814622__callbacks'
9629
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
9630
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
9631
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
9632
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
9633
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
9634
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
9635
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
9636
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9637
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
9638
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
9639
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
9640
+ .bundle/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9641
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
9642
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
9643
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
9644
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
9645
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
9646
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
9647
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
9648
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
9649
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9650
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9651
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9652
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9653
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9654
+ .bundle/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
9655
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9656
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9657
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9658
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9659
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
9660
+ .bundle/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
9661
+ .bundle/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
9662
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
9663
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
9664
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
9665
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
9666
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
9667
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
9668
+ .bundle/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
9669
+ .bundle/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
9670
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
9671
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__2973418888116666777__call__2226655438092100570__callbacks'
9672
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
9673
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
9674
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
9675
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9676
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
9677
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
9678
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
9679
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9680
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
9681
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
9682
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
9683
+ .bundle/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
9684
+ .bundle/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
9685
+ .bundle/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9686
+ .bundle/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
9687
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
9688
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9689
+ .bundle/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
9690
+ .bundle/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
9691
+ .bundle/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
9692
+ .bundle/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
9693
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9694
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9695
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9696
+
9697
+
9698
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
9699
+
9700
+
9701
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:55:25 -0600
9702
+ Processing by Astrochimp::SignupsController#create as HTML
9703
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3355@brightbit.com"}, "commit"=>"Notify Me »"}
9704
+  (0.2ms) BEGIN
9705
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3355@brightbit.com' LIMIT 1
9706
+ SQL (0.7ms) 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 21:55:26 UTC +00:00], ["email", "jonathan+3355@brightbit.com"], ["referrer_id", 51], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:55:26 UTC +00:00]]
9707
+ Astrochimp::Signup Load (0.5ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 51 LIMIT 1
9708
+ SQL (0.3ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 51
9709
+  (1.0ms) COMMIT
9710
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (2.7ms)
9711
+ Completed 500 Internal Server Error in 630ms
9712
+
9713
+ ActionController::RoutingError (No route matches {}):
9714
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error'
9715
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate'
9716
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:520:in `generate'
9717
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:561:in `generate'
9718
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:586:in `url_for'
9719
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/url_for.rb:148:in `url_for'
9720
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:107:in `url_for'
9721
+ .bundle/gems/actionpack-3.2.8/lib/action_view/helpers/url_helper.rb:242:in `link_to'
9722
+ /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb:6:in `___sers_jcamenisch_projects_astrochimp_app_views_astrochimp_signup_mailer_signup_complete_text_erb__3173766473021464923_2157237960'
9723
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
9724
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
9725
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
9726
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
9727
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
9728
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
9729
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9730
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
9731
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
9732
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
9733
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
9734
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
9735
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
9736
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
9737
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
9738
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
9739
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
9740
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
9741
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:701:in `block in collect_responses_and_parts_order'
9742
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each'
9743
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each_template'
9744
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:697:in `collect_responses_and_parts_order'
9745
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:636:in `mail'
9746
+ /Users/jcamenisch/projects/astrochimp/app/mailers/astrochimp/signup_mailer.rb:7:in `signup_complete'
9747
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
9748
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
9749
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
9750
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:457:in `process'
9751
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:452:in `initialize'
9752
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `new'
9753
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `method_missing'
9754
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:38:in `block in create'
9755
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `call'
9756
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
9757
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
9758
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:32:in `create'
9759
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
9760
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
9761
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
9762
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9763
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__2930020686546999432__process_action__428863678012814622__callbacks'
9764
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
9765
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
9766
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
9767
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
9768
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
9769
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
9770
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
9771
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9772
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
9773
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
9774
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
9775
+ .bundle/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9776
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
9777
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
9778
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
9779
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
9780
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
9781
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
9782
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
9783
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
9784
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9785
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9786
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9787
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9788
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9789
+ .bundle/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
9790
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
9791
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
9792
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
9793
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
9794
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
9795
+ .bundle/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
9796
+ .bundle/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
9797
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
9798
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
9799
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
9800
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
9801
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
9802
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
9803
+ .bundle/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
9804
+ .bundle/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
9805
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
9806
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__2973418888116666777__call__2226655438092100570__callbacks'
9807
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
9808
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
9809
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
9810
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9811
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
9812
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
9813
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
9814
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9815
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
9816
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
9817
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
9818
+ .bundle/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
9819
+ .bundle/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
9820
+ .bundle/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9821
+ .bundle/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
9822
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
9823
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
9824
+ .bundle/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
9825
+ .bundle/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
9826
+ .bundle/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
9827
+ .bundle/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
9828
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9829
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9830
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9831
+
9832
+
9833
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
9834
+
9835
+
9836
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:56:30 -0600
9837
+ Connecting to database specified by database.yml
9838
+ Processing by Astrochimp::SignupsController#create as HTML
9839
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3356@brightbit.com"}, "commit"=>"Notify Me »"}
9840
+  (0.2ms) BEGIN
9841
+ Astrochimp::Signup Exists (1.2ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3356@brightbit.com' LIMIT 1
9842
+ SQL (2.8ms) 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 21:56:31 UTC +00:00], ["email", "jonathan+3356@brightbit.com"], ["referrer_id", 51], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:56:31 UTC +00:00]]
9843
+ Astrochimp::Signup Load (0.8ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 51 LIMIT 1
9844
+ SQL (0.9ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 51
9845
+  (1.3ms) COMMIT
9846
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (4.3ms)
9847
+
9848
+ Sent mail to jonathan+3356@brightbit.com (20ms)
9849
+ Date: Thu, 03 Jan 2013 15:56:31 -0600
9850
+ From: from@example.com
9851
+ To: jonathan+3356@brightbit.com
9852
+ Message-ID: <50e5fe8f3c163_a07281def478456db@jcmbp.mail>
9853
+ Subject: You have successfully signed up for Astrochimp
9854
+ Mime-Version: 1.0
9855
+ Content-Type: text/plain;
9856
+ charset=UTF-8
9857
+ Content-Transfer-Encoding: 7bit
9858
+
9859
+ You have successfully signed up.
9860
+
9861
+ Your custom referral link: <a href="/r/bass">/r/bass</a>
9862
+
9863
+ To view the status of your referrals, visit
9864
+
9865
+ Redirected to http://astrochimp.dev:3000/signups/bass
9866
+ Completed 302 Found in 730ms (ActiveRecord: 17.5ms)
9867
+
9868
+
9869
+ Started GET "/signups/bass" for 127.0.0.1 at 2013-01-03 15:56:31 -0600
9870
+ Processing by Astrochimp::SignupsController#show as HTML
9871
+ Parameters: {"id"=>"bass"}
9872
+ Astrochimp::Signup Load (0.9ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 54]]
9873
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (3.0ms)
9874
+ Completed 200 OK in 41ms (Views: 37.7ms | ActiveRecord: 0.9ms)
9875
+
9876
+
9877
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:56:31 -0600
9878
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (3ms)
9879
+
9880
+
9881
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:56:31 -0600
9882
+ Served asset /astrochimp/application.js - 304 Not Modified (24ms)
9883
+
9884
+
9885
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:56:31 -0600
9886
+ Served asset /astrochimp/application.css - 304 Not Modified (6ms)
9887
+
9888
+
9889
+ Started GET "/r/bass" for 127.0.0.1 at 2013-01-03 15:57:04 -0600
9890
+ Processing by Astrochimp::SignupsController#index as HTML
9891
+ Parameters: {"referrer_code"=>"bass"}
9892
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (2.1ms)
9893
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (45.9ms)
9894
+ Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms)
9895
+
9896
+
9897
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:57:04 -0600
9898
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
9899
+
9900
+
9901
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:57:04 -0600
9902
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
9903
+
9904
+
9905
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:57:04 -0600
9906
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
9907
+
9908
+
9909
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:57:13 -0600
9910
+ Processing by Astrochimp::SignupsController#create as HTML
9911
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3357@brightbit.com"}, "commit"=>"Notify Me »"}
9912
+  (0.3ms) BEGIN
9913
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3357@brightbit.com' LIMIT 1
9914
+ SQL (0.8ms) 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 21:57:13 UTC +00:00], ["email", "jonathan+3357@brightbit.com"], ["referrer_id", 54], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:57:13 UTC +00:00]]
9915
+ Astrochimp::Signup Load (0.5ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 54 LIMIT 1
9916
+ SQL (0.4ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 54
9917
+  (54.2ms) COMMIT
9918
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (0.5ms)
9919
+
9920
+ Sent mail to jonathan+3357@brightbit.com (12ms)
9921
+ Date: Thu, 03 Jan 2013 15:57:13 -0600
9922
+ From: from@example.com
9923
+ To: jonathan+3357@brightbit.com
9924
+ Message-ID: <50e5feb9dd604_a0728159d5a445741@jcmbp.mail>
9925
+ Subject: You have successfully signed up for Astrochimp
9926
+ Mime-Version: 1.0
9927
+ Content-Type: text/plain;
9928
+ charset=UTF-8
9929
+ Content-Transfer-Encoding: 7bit
9930
+
9931
+ You have successfully signed up.
9932
+
9933
+ Your custom referral link: referral_link_path(referrer_code: @signup.referral_code, path_only: false, host: 'astrochimp.dev:3000')
9934
+
9935
+ To view the status of your referrals, visit
9936
+
9937
+ Redirected to http://astrochimp.dev:3000/signups/batb
9938
+ Completed 302 Found in 753ms (ActiveRecord: 56.8ms)
9939
+
9940
+
9941
+ Started GET "/signups/batb" for 127.0.0.1 at 2013-01-03 15:57:13 -0600
9942
+ Processing by Astrochimp::SignupsController#show as HTML
9943
+ Parameters: {"id"=>"batb"}
9944
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 55]]
9945
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (1.9ms)
9946
+ Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.6ms)
9947
+
9948
+
9949
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:57:14 -0600
9950
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
9951
+
9952
+
9953
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:57:14 -0600
9954
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
9955
+
9956
+
9957
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:57:14 -0600
9958
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
9959
+
9960
+
9961
+ Started GET "/r/batb" for 127.0.0.1 at 2013-01-03 15:57:48 -0600
9962
+ Processing by Astrochimp::SignupsController#index as HTML
9963
+ Parameters: {"referrer_code"=>"batb"}
9964
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (1.5ms)
9965
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (2.3ms)
9966
+ Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
9967
+
9968
+
9969
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:57:49 -0600
9970
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
9971
+
9972
+
9973
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:57:49 -0600
9974
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
9975
+
9976
+
9977
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:57:49 -0600
9978
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
9979
+
9980
+
9981
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 15:58:05 -0600
9982
+ Processing by Astrochimp::SignupsController#create as HTML
9983
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3358@brightbit.com"}, "commit"=>"Notify Me »"}
9984
+  (0.3ms) BEGIN
9985
+ Astrochimp::Signup Exists (0.4ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3358@brightbit.com' LIMIT 1
9986
+ SQL (0.7ms) 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 21:58:05 UTC +00:00], ["email", "jonathan+3358@brightbit.com"], ["referrer_id", 55], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 21:58:05 UTC +00:00]]
9987
+ Astrochimp::Signup Load (0.5ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 55 LIMIT 1
9988
+ SQL (0.4ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 55
9989
+  (1.0ms) COMMIT
9990
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (1.3ms)
9991
+
9992
+ Sent mail to jonathan+3358@brightbit.com (16ms)
9993
+ Date: Thu, 03 Jan 2013 15:58:05 -0600
9994
+ From: from@example.com
9995
+ To: jonathan+3358@brightbit.com
9996
+ Message-ID: <50e5feedd7c08_a07282c5757445815@jcmbp.mail>
9997
+ Subject: You have successfully signed up for Astrochimp
9998
+ Mime-Version: 1.0
9999
+ Content-Type: text/plain;
10000
+ charset=UTF-8
10001
+ Content-Transfer-Encoding: 7bit
10002
+
10003
+ You have successfully signed up.
10004
+
10005
+ Your custom referral link: /r/batk?path_only=false
10006
+
10007
+ To view the status of your referrals, visit
10008
+
10009
+ Redirected to http://astrochimp.dev:3000/signups/batk
10010
+ Completed 302 Found in 309ms (ActiveRecord: 3.2ms)
10011
+
10012
+
10013
+ Started GET "/signups/batk" for 127.0.0.1 at 2013-01-03 15:58:05 -0600
10014
+ Processing by Astrochimp::SignupsController#show as HTML
10015
+ Parameters: {"id"=>"batk"}
10016
+ Astrochimp::Signup Load (0.8ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 56]]
10017
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (1.9ms)
10018
+ Completed 200 OK in 15ms (Views: 11.0ms | ActiveRecord: 0.8ms)
10019
+
10020
+
10021
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 15:58:06 -0600
10022
+ Served asset /astrochimp/application.js - 304 Not Modified (1ms)
10023
+
10024
+
10025
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 15:58:06 -0600
10026
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
10027
+
10028
+
10029
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 15:58:06 -0600
10030
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
10031
+
10032
+
10033
+ Started GET "/r/batk" for 127.0.0.1 at 2013-01-03 16:00:15 -0600
10034
+ Processing by Astrochimp::SignupsController#index as HTML
10035
+ Parameters: {"referrer_code"=>"batk"}
10036
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (1.3ms)
10037
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (2.5ms)
10038
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
10039
+
10040
+
10041
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 16:00:15 -0600
10042
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
10043
+
10044
+
10045
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 16:00:15 -0600
10046
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
10047
+
10048
+
10049
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 16:00:15 -0600
10050
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
10051
+
10052
+
10053
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 16:00:30 -0600
10054
+ Processing by Astrochimp::SignupsController#create as HTML
10055
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3400@brightbit.com"}, "commit"=>"Notify Me »"}
10056
+  (0.2ms) BEGIN
10057
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3400@brightbit.com' LIMIT 1
10058
+ SQL (0.8ms) 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 22:00:31 UTC +00:00], ["email", "jonathan+3400@brightbit.com"], ["referrer_id", 56], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 22:00:31 UTC +00:00]]
10059
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 56 LIMIT 1
10060
+ SQL (0.4ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 56
10061
+  (1.3ms) COMMIT
10062
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (62.4ms)
10063
+ Completed 500 Internal Server Error in 759ms
10064
+
10065
+ ActionView::Template::Error (undefined method `signups_show_path' for #<#<Class:0x000001029f35c8>:0x00000101936cd0>):
10066
+ 2:
10067
+ 3: Your custom referral link: <%= referral_link_path(referrer_code: @signup.referral_code, only_path: false, host: 'astrochimp.dev:3000') %>
10068
+ 4:
10069
+ 5: To view the status of your referrals, visit <%= signups_show_path(@signup.id, only_path: false, host: 'astrochimp.dev:3000') %>
10070
+ /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb:5:in `___sers_jcamenisch_projects_astrochimp_app_views_astrochimp_signup_mailer_signup_complete_text_erb__920095370083016085_2160704760'
10071
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
10072
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
10073
+ .bundle/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
10074
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
10075
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
10076
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
10077
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
10078
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
10079
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
10080
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
10081
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
10082
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
10083
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
10084
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
10085
+ .bundle/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
10086
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
10087
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
10088
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
10089
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:701:in `block in collect_responses_and_parts_order'
10090
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each'
10091
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:712:in `each_template'
10092
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:697:in `collect_responses_and_parts_order'
10093
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:636:in `mail'
10094
+ /Users/jcamenisch/projects/astrochimp/app/mailers/astrochimp/signup_mailer.rb:7:in `signup_complete'
10095
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
10096
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
10097
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
10098
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:457:in `process'
10099
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:452:in `initialize'
10100
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `new'
10101
+ .bundle/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:439:in `method_missing'
10102
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:38:in `block in create'
10103
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `call'
10104
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
10105
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
10106
+ /Users/jcamenisch/projects/astrochimp/app/controllers/astrochimp/signups_controller.rb:32:in `create'
10107
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
10108
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
10109
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
10110
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
10111
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__1469218203733879890__process_action__2832160916940167350__callbacks'
10112
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
10113
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
10114
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
10115
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
10116
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
10117
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
10118
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
10119
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
10120
+ .bundle/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
10121
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
10122
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
10123
+ .bundle/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
10124
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
10125
+ .bundle/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
10126
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
10127
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
10128
+ .bundle/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
10129
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
10130
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
10131
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
10132
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
10133
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
10134
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
10135
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
10136
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
10137
+ .bundle/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
10138
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
10139
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
10140
+ .bundle/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
10141
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
10142
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
10143
+ .bundle/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
10144
+ .bundle/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
10145
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
10146
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
10147
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
10148
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
10149
+ .bundle/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
10150
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
10151
+ .bundle/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
10152
+ .bundle/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
10153
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
10154
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__489597268310705292__call__3051284435613381752__callbacks'
10155
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
10156
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
10157
+ .bundle/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
10158
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
10159
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
10160
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
10161
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
10162
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10163
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
10164
+ .bundle/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
10165
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
10166
+ .bundle/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
10167
+ .bundle/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
10168
+ .bundle/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10169
+ .bundle/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
10170
+ .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
10171
+ .bundle/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
10172
+ .bundle/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
10173
+ .bundle/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
10174
+ .bundle/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
10175
+ .bundle/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
10176
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10177
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10178
+ /Users/jcamenisch/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10179
+
10180
+
10181
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
10182
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
10183
+ Rendered .bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms)
10184
+
10185
+
10186
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 16:03:32 -0600
10187
+ Processing by Astrochimp::SignupsController#create as HTML
10188
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3403@brightbit.com"}, "commit"=>"Notify Me »"}
10189
+  (0.1ms) BEGIN
10190
+ Astrochimp::Signup Exists (0.6ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3403@brightbit.com' LIMIT 1
10191
+ SQL (0.8ms) 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 22:03:34 UTC +00:00], ["email", "jonathan+3403@brightbit.com"], ["referrer_id", 56], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 22:03:34 UTC +00:00]]
10192
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 56 LIMIT 1
10193
+ SQL (0.4ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 56
10194
+  (1.2ms) COMMIT
10195
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (1.5ms)
10196
+
10197
+ Sent mail to jonathan+3403@brightbit.com (13ms)
10198
+ Date: Thu, 03 Jan 2013 16:03:34 -0600
10199
+ From: from@example.com
10200
+ To: jonathan+3403@brightbit.com
10201
+ Message-ID: <50e60036b1c1d_a07281747fbc45921@jcmbp.mail>
10202
+ Subject: You have successfully signed up for Astrochimp
10203
+ Mime-Version: 1.0
10204
+ Content-Type: text/plain;
10205
+ charset=UTF-8
10206
+ Content-Transfer-Encoding: 7bit
10207
+
10208
+ You have successfully signed up.
10209
+
10210
+ Your custom referral link: http://astrochimp.dev:3000/r/bauc
10211
+
10212
+ To view the status of your referrals, visit http://astrochimp.dev:3000/signups/58
10213
+
10214
+ Redirected to http://astrochimp.dev:3000/signups/bauc
10215
+ Completed 302 Found in 1875ms (ActiveRecord: 6.6ms)
10216
+
10217
+
10218
+ Started GET "/signups/bauc" for 127.0.0.1 at 2013-01-03 16:03:34 -0600
10219
+ Processing by Astrochimp::SignupsController#show as HTML
10220
+ Parameters: {"id"=>"bauc"}
10221
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 58]]
10222
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (2.2ms)
10223
+ Completed 200 OK in 15ms (Views: 11.4ms | ActiveRecord: 0.6ms)
10224
+
10225
+
10226
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 16:03:34 -0600
10227
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
10228
+
10229
+
10230
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 16:03:34 -0600
10231
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
10232
+
10233
+
10234
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 16:03:34 -0600
10235
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
10236
+
10237
+
10238
+ Started GET "/r/bauc" for 127.0.0.1 at 2013-01-03 16:04:03 -0600
10239
+ Processing by Astrochimp::SignupsController#index as HTML
10240
+ Parameters: {"referrer_code"=>"bauc"}
10241
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (1.5ms)
10242
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (2.3ms)
10243
+ Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
10244
+
10245
+
10246
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 16:04:03 -0600
10247
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
10248
+
10249
+
10250
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 16:04:03 -0600
10251
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
10252
+
10253
+
10254
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 16:04:03 -0600
10255
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
10256
+
10257
+
10258
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 16:04:09 -0600
10259
+ Processing by Astrochimp::SignupsController#create as HTML
10260
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3404@brightbit.com"}, "commit"=>"Notify Me »"}
10261
+  (0.2ms) BEGIN
10262
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3404@brightbit.com' LIMIT 1
10263
+ SQL (0.8ms) 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 22:04:10 UTC +00:00], ["email", "jonathan+3404@brightbit.com"], ["referrer_id", 58], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 22:04:10 UTC +00:00]]
10264
+ Astrochimp::Signup Load (0.5ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 58 LIMIT 1
10265
+ SQL (0.5ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 58
10266
+  (1.0ms) COMMIT
10267
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (1.3ms)
10268
+
10269
+ Sent mail to jonathan+3404@brightbit.com (16ms)
10270
+ Date: Thu, 03 Jan 2013 16:04:10 -0600
10271
+ From: from@example.com
10272
+ To: jonathan+3404@brightbit.com
10273
+ Message-ID: <50e6005a3eb1a_a07282f08ae8460e2@jcmbp.mail>
10274
+ Subject: You have successfully signed up for Astrochimp
10275
+ Mime-Version: 1.0
10276
+ Content-Type: text/plain;
10277
+ charset=UTF-8
10278
+ Content-Transfer-Encoding: 7bit
10279
+
10280
+ You have successfully signed up.
10281
+
10282
+ Your custom referral link: http://astrochimp.dev:3000/r/baul
10283
+
10284
+ To view the status of your referrals, visit http://astrochimp.dev:3000/signups/baul
10285
+
10286
+ Redirected to http://astrochimp.dev:3000/signups/baul
10287
+ Completed 302 Found in 393ms (ActiveRecord: 3.5ms)
10288
+
10289
+
10290
+ Started GET "/signups/baul" for 127.0.0.1 at 2013-01-03 16:04:10 -0600
10291
+ Processing by Astrochimp::SignupsController#show as HTML
10292
+ Parameters: {"id"=>"baul"}
10293
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 59]]
10294
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (1.9ms)
10295
+ Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.6ms)
10296
+
10297
+
10298
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 16:04:10 -0600
10299
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
10300
+
10301
+
10302
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 16:04:10 -0600
10303
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
10304
+
10305
+
10306
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 16:04:10 -0600
10307
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)
10308
+
10309
+
10310
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 16:09:53 -0600
10311
+ Connecting to database specified by database.yml
10312
+ Processing by Astrochimp::SignupsController#create as HTML
10313
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3409@brightbit.com"}, "commit"=>"Notify Me »"}
10314
+  (0.4ms) BEGIN
10315
+ Astrochimp::Signup Exists (1.3ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3409@brightbit.com' LIMIT 1
10316
+ SQL (2.6ms) 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 22:09:54 UTC +00:00], ["email", "jonathan+3409@brightbit.com"], ["referrer_id", 58], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 22:09:54 UTC +00:00]]
10317
+ Astrochimp::Signup Load (0.7ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 58 LIMIT 1
10318
+ SQL (0.7ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 58
10319
+  (6.7ms) COMMIT
10320
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (4.5ms)
10321
+
10322
+ Sent mail to jonathan+3409@brightbit.com (22ms)
10323
+ Date: Thu, 03 Jan 2013 16:09:54 -0600
10324
+ From: from@example.com
10325
+ To: jonathan+3409@brightbit.com
10326
+ Message-ID: <50e601b298edb_a347812249689689d@jcmbp.mail>
10327
+ Subject: You have successfully signed up for Astrochimp
10328
+ Mime-Version: 1.0
10329
+ Content-Type: text/plain;
10330
+ charset=UTF-8
10331
+ Content-Transfer-Encoding: 7bit
10332
+
10333
+ You have successfully signed up.
10334
+
10335
+ Your custom referral link: http://astrochimp.dev:3000/r/bauu
10336
+
10337
+ To view the status of your referrals, visit http://astrochimp.dev:3000/signups/bauu
10338
+
10339
+ Redirected to http://astrochimp.dev:3000/signups/bauu
10340
+ Completed 302 Found in 1113ms (ActiveRecord: 22.7ms)
10341
+
10342
+
10343
+ Started GET "/signups/bauu" for 127.0.0.1 at 2013-01-03 16:09:54 -0600
10344
+ Processing by Astrochimp::SignupsController#show as HTML
10345
+ Parameters: {"id"=>"bauu"}
10346
+ Astrochimp::Signup Load (1.0ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 60]]
10347
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (2.5ms)
10348
+ Completed 200 OK in 112ms (Views: 107.8ms | ActiveRecord: 1.0ms)
10349
+
10350
+
10351
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 16:09:54 -0600
10352
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (3ms)
10353
+
10354
+
10355
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 16:09:54 -0600
10356
+ Served asset /astrochimp/application.js - 304 Not Modified (10ms)
10357
+
10358
+
10359
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 16:09:54 -0600
10360
+ Served asset /astrochimp/application.css - 304 Not Modified (23ms)
10361
+
10362
+
10363
+ Started POST "/signups" for 127.0.0.1 at 2013-01-03 16:10:27 -0600
10364
+ Processing by Astrochimp::SignupsController#create as HTML
10365
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+3410@brightbit.com"}, "commit"=>"Notify Me »"}
10366
+  (0.2ms) BEGIN
10367
+ Astrochimp::Signup Exists (0.5ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+3410@brightbit.com' LIMIT 1
10368
+ SQL (0.8ms) 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 22:10:27 UTC +00:00], ["email", "jonathan+3410@brightbit.com"], ["referrer_id", 58], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 22:10:27 UTC +00:00]]
10369
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = 58 LIMIT 1
10370
+ SQL (0.4ms) UPDATE "astrochimp_signups" SET "signups_count" = COALESCE("signups_count", 0) + 1 WHERE "astrochimp_signups"."id" = 58
10371
+  (0.8ms) COMMIT
10372
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signup_mailer/signup_complete.text.erb (1.1ms)
10373
+
10374
+ Sent mail to jonathan+3410@brightbit.com (16ms)
10375
+ Date: Thu, 03 Jan 2013 16:10:27 -0600
10376
+ From: from@example.com
10377
+ To: jonathan+3410@brightbit.com
10378
+ Message-ID: <50e601d3a5672_a3478136d23496979@jcmbp.mail>
10379
+ Subject: You have successfully signed up for Astrochimp
10380
+ Mime-Version: 1.0
10381
+ Content-Type: text/plain;
10382
+ charset=UTF-8
10383
+ Content-Transfer-Encoding: 7bit
10384
+
10385
+ You have successfully signed up.
10386
+
10387
+ Your custom referral link: http://localhost:3000/r/bavd
10388
+
10389
+ To view the status of your referrals, visit http://localhost:3000/signups/bavd
10390
+
10391
+ Redirected to http://astrochimp.dev:3000/signups/bavd
10392
+ Completed 302 Found in 287ms (ActiveRecord: 3.3ms)
10393
+
10394
+
10395
+ Started GET "/signups/bavd" for 127.0.0.1 at 2013-01-03 16:10:27 -0600
10396
+ Processing by Astrochimp::SignupsController#show as HTML
10397
+ Parameters: {"id"=>"bavd"}
10398
+ Astrochimp::Signup Load (0.6ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 61]]
10399
+ Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (1.4ms)
10400
+ Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.6ms)
10401
+
10402
+
10403
+ Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 16:10:27 -0600
10404
+ Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
10405
+
10406
+
10407
+ Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 16:10:27 -0600
10408
+ Served asset /astrochimp/application.js - 304 Not Modified (0ms)
10409
+
10410
+
10411
+ Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 16:10:27 -0600
10412
+ Served asset /astrochimp/application.css - 304 Not Modified (0ms)