valid_route 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -8266,3 +8266,882 @@ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-15
8266
8266
 
8267
8267
 
8268
8268
  Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-15 15:33:07 -0500
8269
+
8270
+
8271
+ Started GET "/pages" for 127.0.0.1 at 2013-05-16 09:15:26 -0500
8272
+ Processing by PagesController#index as HTML
8273
+ Page Load (0.2ms) SELECT "pages".* FROM "pages"
8274
+ Rendered pages/index.html.erb within layouts/application (25.2ms)
8275
+ Completed 200 OK in 164ms (Views: 158.7ms | ActiveRecord: 0.7ms)
8276
+
8277
+
8278
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8279
+
8280
+
8281
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8282
+
8283
+
8284
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8285
+
8286
+
8287
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8288
+
8289
+
8290
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8291
+
8292
+
8293
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8294
+
8295
+
8296
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8297
+
8298
+
8299
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8300
+
8301
+
8302
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8303
+
8304
+
8305
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8306
+
8307
+
8308
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8309
+
8310
+
8311
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8312
+
8313
+
8314
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:27 -0500
8315
+
8316
+
8317
+ Started GET "/pages/new" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8318
+ Processing by PagesController#new as HTML
8319
+ Rendered pages/_form.html.erb (136.1ms)
8320
+ Rendered pages/new.html.erb within layouts/application (140.4ms)
8321
+ Completed 200 OK in 149ms (Views: 148.2ms | ActiveRecord: 0.0ms)
8322
+
8323
+
8324
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8325
+
8326
+
8327
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8328
+
8329
+
8330
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8331
+
8332
+
8333
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8334
+
8335
+
8336
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8337
+
8338
+
8339
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8340
+
8341
+
8342
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8343
+
8344
+
8345
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8346
+
8347
+
8348
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8349
+
8350
+
8351
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8352
+
8353
+
8354
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:15:30 -0500
8355
+
8356
+
8357
+ Started POST "/pages" for 127.0.0.1 at 2013-05-16 09:15:37 -0500
8358
+ Processing by PagesController#create as HTML
8359
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nY/8pnyavELtrS3x3lW6exMi4/PKkFT/oqNfQ0UO7Pc=", "page"=>{"name"=>"", "permalink"=>"blah", "content"=>""}, "commit"=>"Create Page"}
8360
+  (0.2ms) begin transaction
8361
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8362
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8363
+ CACHE (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8364
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8365
+ CACHE (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8366
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8367
+
8368
+
8369
+ Started POST "/pages" for 127.0.0.1 at 2013-05-16 09:24:58 -0500
8370
+ Processing by PagesController#create as HTML
8371
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nY/8pnyavELtrS3x3lW6exMi4/PKkFT/oqNfQ0UO7Pc=", "page"=>{"name"=>"", "permalink"=>"blah", "content"=>""}, "commit"=>"Create Page"}
8372
+  (0.1ms) begin transaction
8373
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8374
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8375
+ CACHE (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8376
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8377
+ CACHE (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8378
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8379
+ CACHE (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8380
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8381
+ CACHE (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8382
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8383
+ CACHE (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8384
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8385
+ CACHE (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8386
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8387
+ CACHE (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'blah' LIMIT 1
8388
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8389
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'blah' LIMIT 1
8390
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8391
+ CACHE (0.0ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'blah' LIMIT 1
8392
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8393
+ CACHE (0.0ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'blah' LIMIT 1
8394
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8395
+ CACHE (0.0ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'blah' LIMIT 1
8396
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8397
+ CACHE (0.0ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'blah' LIMIT 1
8398
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8399
+ CACHE (0.0ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'blah' LIMIT 1
8400
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8401
+ CACHE (0.0ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'blah' LIMIT 1
8402
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8403
+ CACHE (0.0ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'blah' LIMIT 1
8404
+ CACHE (0.0ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8405
+ SQL (127.2ms) INSERT INTO "pages" ("content", "created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", ""], ["created_at", Thu, 16 May 2013 14:24:58 UTC +00:00], ["name", ""], ["permalink", "blah"], ["updated_at", Thu, 16 May 2013 14:24:58 UTC +00:00]]
8406
+  (2.3ms) commit transaction
8407
+ Redirected to http://localhost:3000/pages/blah
8408
+ Completed 302 Found in 271ms (ActiveRecord: 132.3ms)
8409
+
8410
+
8411
+ Started GET "/pages/blah" for 127.0.0.1 at 2013-05-16 09:24:58 -0500
8412
+ Processing by PagesController#show as HTML
8413
+ Parameters: {"id"=>"blah"}
8414
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8415
+ Rendered pages/show.html.erb within layouts/application (3.1ms)
8416
+ Completed 200 OK in 103ms (Views: 100.8ms | ActiveRecord: 0.2ms)
8417
+
8418
+
8419
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:24:58 -0500
8420
+
8421
+
8422
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:24:58 -0500
8423
+
8424
+
8425
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:24:58 -0500
8426
+
8427
+
8428
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:24:58 -0500
8429
+
8430
+
8431
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:24:58 -0500
8432
+
8433
+
8434
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:24:58 -0500
8435
+
8436
+
8437
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:24:59 -0500
8438
+
8439
+
8440
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:24:59 -0500
8441
+
8442
+
8443
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:24:59 -0500
8444
+
8445
+
8446
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:24:59 -0500
8447
+
8448
+
8449
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:24:59 -0500
8450
+
8451
+
8452
+ Started GET "/pages/blah/edit" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8453
+ Processing by PagesController#edit as HTML
8454
+ Parameters: {"id"=>"blah"}
8455
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8456
+ Rendered pages/_form.html.erb (17.5ms)
8457
+ Rendered pages/edit.html.erb within layouts/application (21.4ms)
8458
+ Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.2ms)
8459
+
8460
+
8461
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8462
+
8463
+
8464
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8465
+
8466
+
8467
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8468
+
8469
+
8470
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8471
+
8472
+
8473
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8474
+
8475
+
8476
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8477
+
8478
+
8479
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8480
+
8481
+
8482
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8483
+
8484
+
8485
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8486
+
8487
+
8488
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8489
+
8490
+
8491
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:05 -0500
8492
+
8493
+
8494
+ Started PATCH "/pages/blah" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8495
+ Processing by PagesController#update as HTML
8496
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nY/8pnyavELtrS3x3lW6exMi4/PKkFT/oqNfQ0UO7Pc=", "page"=>{"name"=>"", "permalink"=>"namespaced/whizzers", "content"=>""}, "commit"=>"Update Page", "id"=>"blah"}
8497
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."permalink" = 'blah' LIMIT 1
8498
+  (0.1ms) begin transaction
8499
+  (0.1ms) rollback transaction
8500
+ Rendered pages/_form.html.erb (5.3ms)
8501
+ Rendered pages/edit.html.erb within layouts/application (6.6ms)
8502
+ Completed 200 OK in 28ms (Views: 12.8ms | ActiveRecord: 0.4ms)
8503
+
8504
+
8505
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8506
+
8507
+
8508
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8509
+
8510
+
8511
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8512
+
8513
+
8514
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8515
+
8516
+
8517
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8518
+
8519
+
8520
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8521
+
8522
+
8523
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8524
+
8525
+
8526
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8527
+
8528
+
8529
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8530
+
8531
+
8532
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8533
+
8534
+
8535
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:25:10 -0500
8536
+
8537
+
8538
+ Started GET "/vm_pages" for 127.0.0.1 at 2013-05-16 09:28:50 -0500
8539
+ Processing by VmPages::PagesController#show as HTML
8540
+ Parameters: {"id"=>"home"}
8541
+ Completed 500 Internal Server Error in 6ms
8542
+
8543
+ ActiveRecord::StatementInvalid (Could not find table 'vm_pages_pages'):
8544
+ activerecord (4.0.0.rc1) lib/active_record/connection_adapters/sqlite3_adapter.rb:509:in `table_structure'
8545
+ activerecord (4.0.0.rc1) lib/active_record/connection_adapters/sqlite3_adapter.rb:396:in `columns'
8546
+ activerecord (4.0.0.rc1) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc'
8547
+ activerecord (4.0.0.rc1) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield'
8548
+ activerecord (4.0.0.rc1) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns'
8549
+ activerecord (4.0.0.rc1) lib/active_record/model_schema.rb:208:in `columns'
8550
+ activerecord (4.0.0.rc1) lib/active_record/model_schema.rb:217:in `columns_hash'
8551
+ activerecord (4.0.0.rc1) lib/active_record/dynamic_matchers.rb:60:in `block in valid?'
8552
+ activerecord (4.0.0.rc1) lib/active_record/dynamic_matchers.rb:60:in `each'
8553
+ activerecord (4.0.0.rc1) lib/active_record/dynamic_matchers.rb:60:in `all?'
8554
+ activerecord (4.0.0.rc1) lib/active_record/dynamic_matchers.rb:60:in `valid?'
8555
+ activerecord (4.0.0.rc1) lib/active_record/dynamic_matchers.rb:18:in `method_missing'
8556
+ /Users/vmontalbano/Development/vm.com/vm_pages/app/models/vm_pages/page.rb:11:in `find'
8557
+ /Users/vmontalbano/Development/vm.com/vm_pages/app/controllers/vm_pages/pages_controller.rb:57:in `set_page'
8558
+ activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:406:in `_run__1826214711474508028__process_action__callbacks'
8559
+ activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:80:in `run_callbacks'
8560
+ actionpack (4.0.0.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
8561
+ actionpack (4.0.0.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
8562
+ actionpack (4.0.0.rc1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
8563
+ activesupport (4.0.0.rc1) lib/active_support/notifications.rb:159:in `block in instrument'
8564
+ activesupport (4.0.0.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8565
+ activesupport (4.0.0.rc1) lib/active_support/notifications.rb:159:in `instrument'
8566
+ actionpack (4.0.0.rc1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
8567
+ actionpack (4.0.0.rc1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
8568
+ activerecord (4.0.0.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8569
+ actionpack (4.0.0.rc1) lib/abstract_controller/base.rb:136:in `process'
8570
+ actionpack (4.0.0.rc1) lib/abstract_controller/rendering.rb:44:in `process'
8571
+ actionpack (4.0.0.rc1) lib/action_controller/metal.rb:195:in `dispatch'
8572
+ actionpack (4.0.0.rc1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
8573
+ actionpack (4.0.0.rc1) lib/action_controller/metal.rb:231:in `block in action'
8574
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:80:in `call'
8575
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
8576
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:48:in `call'
8577
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:71:in `block in call'
8578
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:59:in `each'
8579
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:59:in `call'
8580
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:654:in `call'
8581
+ railties (4.0.0.rc1) lib/rails/engine.rb:511:in `call'
8582
+ railties (4.0.0.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
8583
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:71:in `block in call'
8584
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:59:in `each'
8585
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:59:in `call'
8586
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:654:in `call'
8587
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
8588
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
8589
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
8590
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8591
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/flash.rb:241:in `call'
8592
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
8593
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
8594
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
8595
+ activerecord (4.0.0.rc1) lib/active_record/query_cache.rb:36:in `call'
8596
+ activerecord (4.0.0.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
8597
+ activerecord (4.0.0.rc1) lib/active_record/migration.rb:366:in `call'
8598
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8599
+ activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:392:in `_run__3212312265552698541__call__callbacks'
8600
+ activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:80:in `run_callbacks'
8601
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8602
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
8603
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
8604
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8605
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8606
+ railties (4.0.0.rc1) lib/rails/rack/logger.rb:38:in `call_app'
8607
+ railties (4.0.0.rc1) lib/rails/rack/logger.rb:21:in `block in call'
8608
+ activesupport (4.0.0.rc1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8609
+ activesupport (4.0.0.rc1) lib/active_support/tagged_logging.rb:25:in `tagged'
8610
+ activesupport (4.0.0.rc1) lib/active_support/tagged_logging.rb:67:in `tagged'
8611
+ railties (4.0.0.rc1) lib/rails/rack/logger.rb:21:in `call'
8612
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8613
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8614
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8615
+ activesupport (4.0.0.rc1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8616
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8617
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/static.rb:64:in `call'
8618
+ railties (4.0.0.rc1) lib/rails/engine.rb:511:in `call'
8619
+ railties (4.0.0.rc1) lib/rails/application.rb:96:in `call'
8620
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8621
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8622
+ railties (4.0.0.rc1) lib/rails/rack/debugger.rb:20:in `call'
8623
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8624
+ /Users/vmontalbano/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8625
+ /Users/vmontalbano/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8626
+ /Users/vmontalbano/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8627
+
8628
+
8629
+ Rendered /Users/vmontalbano/.rvm/gems/ruby-2.0.0-p0@valid_route/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
8630
+ Rendered /Users/vmontalbano/.rvm/gems/ruby-2.0.0-p0@valid_route/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
8631
+ Rendered /Users/vmontalbano/.rvm/gems/ruby-2.0.0-p0@valid_route/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (20.3ms)
8632
+ Rendered /Users/vmontalbano/.rvm/gems/ruby-2.0.0-p0@valid_route/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (43.0ms)
8633
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8634
+ Migrating to CreateVmPagesPages (20130516142908)
8635
+  (0.1ms) begin transaction
8636
+  (0.7ms) CREATE TABLE "vm_pages_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255), "content" text, "position" integer, "navigation" boolean DEFAULT 'f', "publicly_visible" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime) 
8637
+  (0.4ms) CREATE UNIQUE INDEX "index_vm_pages_pages_on_permalink" ON "vm_pages_pages" ("permalink")
8638
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130516142908"]]
8639
+  (2.0ms) commit transaction
8640
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8641
+ VmPages::Page Exists (0.1ms) SELECT 1 AS one FROM "vm_pages_pages" WHERE "vm_pages_pages"."permalink" = 'home' LIMIT 1
8642
+  (0.1ms) begin transaction
8643
+ VmPages::Page Exists (0.1ms) SELECT 1 AS one FROM "vm_pages_pages" WHERE "vm_pages_pages"."permalink" = 'home' LIMIT 1
8644
+  (0.1ms) rollback transaction
8645
+
8646
+
8647
+ Started GET "/vm_pages" for 127.0.0.1 at 2013-05-16 09:29:57 -0500
8648
+ Processing by VmPages::PagesController#show as HTML
8649
+ Parameters: {"id"=>"home"}
8650
+ VmPages::Page Load (0.2ms) SELECT "vm_pages_pages".* FROM "vm_pages_pages" WHERE "vm_pages_pages"."permalink" = 'home' LIMIT 1
8651
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/show.html.erb within layouts/application (4.4ms)
8652
+ Completed 500 Internal Server Error in 22ms
8653
+
8654
+ ActionView::Template::Error (undefined method `name' for nil:NilClass):
8655
+ 1: <% content_for :title do %><%= @page.name %> - <% end %>
8656
+ 2: <% content_for :h2 do %><h2><%= @page.name %></h2><% end %>
8657
+ 3:
8658
+ 4: <% content_for :body do %>
8659
+ /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/show.html.erb:1:in `block in ___sers_vmontalbano__evelopment_vm_com_vm_pages_app_views_vm_pages_pages_show_html_erb___2243976148876311499_70162675455300'
8660
+ actionpack (4.0.0.rc1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
8661
+ actionpack (4.0.0.rc1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
8662
+ actionpack (4.0.0.rc1) lib/action_view/helpers/capture_helper.rb:38:in `capture'
8663
+ actionpack (4.0.0.rc1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
8664
+ /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/show.html.erb:1:in `___sers_vmontalbano__evelopment_vm_com_vm_pages_app_views_vm_pages_pages_show_html_erb___2243976148876311499_70162675455300'
8665
+ actionpack (4.0.0.rc1) lib/action_view/template.rb:143:in `block in render'
8666
+ activesupport (4.0.0.rc1) lib/active_support/notifications.rb:161:in `instrument'
8667
+ actionpack (4.0.0.rc1) lib/action_view/template.rb:141:in `render'
8668
+ actionpack (4.0.0.rc1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
8669
+ actionpack (4.0.0.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8670
+ activesupport (4.0.0.rc1) lib/active_support/notifications.rb:159:in `block in instrument'
8671
+ activesupport (4.0.0.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8672
+ activesupport (4.0.0.rc1) lib/active_support/notifications.rb:159:in `instrument'
8673
+ actionpack (4.0.0.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8674
+ actionpack (4.0.0.rc1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
8675
+ actionpack (4.0.0.rc1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
8676
+ actionpack (4.0.0.rc1) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
8677
+ actionpack (4.0.0.rc1) lib/action_view/renderer/template_renderer.rb:17:in `render'
8678
+ actionpack (4.0.0.rc1) lib/action_view/renderer/renderer.rb:42:in `render_template'
8679
+ actionpack (4.0.0.rc1) lib/action_view/renderer/renderer.rb:23:in `render'
8680
+ actionpack (4.0.0.rc1) lib/abstract_controller/rendering.rb:127:in `_render_template'
8681
+ actionpack (4.0.0.rc1) lib/action_controller/metal/streaming.rb:219:in `_render_template'
8682
+ actionpack (4.0.0.rc1) lib/abstract_controller/rendering.rb:120:in `render_to_body'
8683
+ actionpack (4.0.0.rc1) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
8684
+ actionpack (4.0.0.rc1) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
8685
+ actionpack (4.0.0.rc1) lib/abstract_controller/rendering.rb:97:in `render'
8686
+ actionpack (4.0.0.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
8687
+ actionpack (4.0.0.rc1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
8688
+ activesupport (4.0.0.rc1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
8689
+ /Users/vmontalbano/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
8690
+ activesupport (4.0.0.rc1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
8691
+ actionpack (4.0.0.rc1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
8692
+ actionpack (4.0.0.rc1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
8693
+ activerecord (4.0.0.rc1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
8694
+ actionpack (4.0.0.rc1) lib/action_controller/metal/instrumentation.rb:40:in `render'
8695
+ actionpack (4.0.0.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
8696
+ actionpack (4.0.0.rc1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
8697
+ actionpack (4.0.0.rc1) lib/abstract_controller/base.rb:189:in `process_action'
8698
+ actionpack (4.0.0.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
8699
+ actionpack (4.0.0.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
8700
+ activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:412:in `_run__4520538990364075489__process_action__callbacks'
8701
+ activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:80:in `run_callbacks'
8702
+ actionpack (4.0.0.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
8703
+ actionpack (4.0.0.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
8704
+ actionpack (4.0.0.rc1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
8705
+ activesupport (4.0.0.rc1) lib/active_support/notifications.rb:159:in `block in instrument'
8706
+ activesupport (4.0.0.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8707
+ activesupport (4.0.0.rc1) lib/active_support/notifications.rb:159:in `instrument'
8708
+ actionpack (4.0.0.rc1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
8709
+ actionpack (4.0.0.rc1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
8710
+ activerecord (4.0.0.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8711
+ actionpack (4.0.0.rc1) lib/abstract_controller/base.rb:136:in `process'
8712
+ actionpack (4.0.0.rc1) lib/abstract_controller/rendering.rb:44:in `process'
8713
+ actionpack (4.0.0.rc1) lib/action_controller/metal.rb:195:in `dispatch'
8714
+ actionpack (4.0.0.rc1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
8715
+ actionpack (4.0.0.rc1) lib/action_controller/metal.rb:231:in `block in action'
8716
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:80:in `call'
8717
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
8718
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:48:in `call'
8719
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:71:in `block in call'
8720
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:59:in `each'
8721
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:59:in `call'
8722
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:654:in `call'
8723
+ railties (4.0.0.rc1) lib/rails/engine.rb:511:in `call'
8724
+ railties (4.0.0.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
8725
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:71:in `block in call'
8726
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:59:in `each'
8727
+ actionpack (4.0.0.rc1) lib/action_dispatch/journey/router.rb:59:in `call'
8728
+ actionpack (4.0.0.rc1) lib/action_dispatch/routing/route_set.rb:654:in `call'
8729
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
8730
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
8731
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
8732
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8733
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/flash.rb:241:in `call'
8734
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
8735
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
8736
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
8737
+ activerecord (4.0.0.rc1) lib/active_record/query_cache.rb:36:in `call'
8738
+ activerecord (4.0.0.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
8739
+ activerecord (4.0.0.rc1) lib/active_record/migration.rb:366:in `call'
8740
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8741
+ activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:392:in `_run__3198712688762315020__call__callbacks'
8742
+ activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:80:in `run_callbacks'
8743
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8744
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
8745
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
8746
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8747
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8748
+ railties (4.0.0.rc1) lib/rails/rack/logger.rb:38:in `call_app'
8749
+ railties (4.0.0.rc1) lib/rails/rack/logger.rb:21:in `block in call'
8750
+ activesupport (4.0.0.rc1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8751
+ activesupport (4.0.0.rc1) lib/active_support/tagged_logging.rb:25:in `tagged'
8752
+ activesupport (4.0.0.rc1) lib/active_support/tagged_logging.rb:67:in `tagged'
8753
+ railties (4.0.0.rc1) lib/rails/rack/logger.rb:21:in `call'
8754
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8755
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8756
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8757
+ activesupport (4.0.0.rc1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8758
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8759
+ actionpack (4.0.0.rc1) lib/action_dispatch/middleware/static.rb:64:in `call'
8760
+ railties (4.0.0.rc1) lib/rails/engine.rb:511:in `call'
8761
+ railties (4.0.0.rc1) lib/rails/application.rb:96:in `call'
8762
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8763
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8764
+ railties (4.0.0.rc1) lib/rails/rack/debugger.rb:20:in `call'
8765
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8766
+ /Users/vmontalbano/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8767
+ /Users/vmontalbano/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8768
+ /Users/vmontalbano/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8769
+
8770
+
8771
+ Rendered /Users/vmontalbano/.rvm/gems/ruby-2.0.0-p0@valid_route/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
8772
+ Rendered /Users/vmontalbano/.rvm/gems/ruby-2.0.0-p0@valid_route/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (20.6ms)
8773
+ Rendered /Users/vmontalbano/.rvm/gems/ruby-2.0.0-p0@valid_route/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (32.8ms)
8774
+
8775
+
8776
+ Started GET "/vm_pages/pages/new" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8777
+ Processing by VmPages::PagesController#new as HTML
8778
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/_form.html.erb (141.1ms)
8779
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/new.html.erb within layouts/application (146.3ms)
8780
+ Completed 200 OK in 247ms (Views: 246.5ms | ActiveRecord: 0.0ms)
8781
+
8782
+
8783
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8784
+
8785
+
8786
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8787
+
8788
+
8789
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8790
+
8791
+
8792
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8793
+
8794
+
8795
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8796
+
8797
+
8798
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8799
+
8800
+
8801
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8802
+
8803
+
8804
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8805
+
8806
+
8807
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8808
+
8809
+
8810
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8811
+
8812
+
8813
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:30:11 -0500
8814
+
8815
+
8816
+ Started GET "/vm_pages/pages/new" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8817
+ Processing by VmPages::PagesController#new as HTML
8818
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/_form.html.erb (96.5ms)
8819
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/new.html.erb within layouts/application (101.9ms)
8820
+ Completed 200 OK in 177ms (Views: 169.3ms | ActiveRecord: 0.6ms)
8821
+
8822
+
8823
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8824
+
8825
+
8826
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8827
+
8828
+
8829
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8830
+
8831
+
8832
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8833
+
8834
+
8835
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8836
+
8837
+
8838
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8839
+
8840
+
8841
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8842
+
8843
+
8844
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8845
+
8846
+
8847
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8848
+
8849
+
8850
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8851
+
8852
+
8853
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:18 -0500
8854
+
8855
+
8856
+ Started POST "/vm_pages/pages" for 127.0.0.1 at 2013-05-16 09:31:33 -0500
8857
+ Processing by VmPages::PagesController#create as HTML
8858
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nY/8pnyavELtrS3x3lW6exMi4/PKkFT/oqNfQ0UO7Pc=", "page"=>{"name"=>"", "permalink"=>"test", "content"=>"", "position"=>"", "navigation"=>"0", "publicly_visible"=>"0"}, "commit"=>"Create Page"}
8859
+  (0.1ms) begin transaction
8860
+ VmPages::Page Exists (0.2ms) SELECT 1 AS one FROM "vm_pages_pages" WHERE "vm_pages_pages"."permalink" = 'test' LIMIT 1
8861
+  (0.1ms) rollback transaction
8862
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/_form.html.erb (9.3ms)
8863
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/new.html.erb within layouts/application (10.7ms)
8864
+ Completed 200 OK in 148ms (Views: 17.2ms | ActiveRecord: 0.4ms)
8865
+
8866
+
8867
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:33 -0500
8868
+
8869
+
8870
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:33 -0500
8871
+
8872
+
8873
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:33 -0500
8874
+
8875
+
8876
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:33 -0500
8877
+
8878
+
8879
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:31:33 -0500
8880
+
8881
+
8882
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:34 -0500
8883
+
8884
+
8885
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:34 -0500
8886
+
8887
+
8888
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:34 -0500
8889
+
8890
+
8891
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:34 -0500
8892
+
8893
+
8894
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:34 -0500
8895
+
8896
+
8897
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:31:34 -0500
8898
+
8899
+
8900
+ Started POST "/vm_pages/pages" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8901
+ Processing by VmPages::PagesController#create as HTML
8902
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nY/8pnyavELtrS3x3lW6exMi4/PKkFT/oqNfQ0UO7Pc=", "page"=>{"name"=>"", "permalink"=>"newest", "content"=>"", "position"=>"", "navigation"=>"0", "publicly_visible"=>"0"}, "commit"=>"Create Page"}
8903
+  (0.1ms) begin transaction
8904
+ VmPages::Page Exists (0.1ms) SELECT 1 AS one FROM "vm_pages_pages" WHERE "vm_pages_pages"."permalink" = 'newest' LIMIT 1
8905
+  (0.1ms) rollback transaction
8906
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/_form.html.erb (8.6ms)
8907
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/new.html.erb within layouts/application (10.0ms)
8908
+ Completed 200 OK in 36ms (Views: 15.9ms | ActiveRecord: 0.4ms)
8909
+
8910
+
8911
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8912
+
8913
+
8914
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8915
+
8916
+
8917
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8918
+
8919
+
8920
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8921
+
8922
+
8923
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8924
+
8925
+
8926
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8927
+
8928
+
8929
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8930
+
8931
+
8932
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8933
+
8934
+
8935
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8936
+
8937
+
8938
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8939
+
8940
+
8941
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:06 -0500
8942
+
8943
+
8944
+ Started POST "/vm_pages/pages" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8945
+ Processing by VmPages::PagesController#create as HTML
8946
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nY/8pnyavELtrS3x3lW6exMi4/PKkFT/oqNfQ0UO7Pc=", "page"=>{"name"=>"newest", "permalink"=>"newest", "content"=>"", "position"=>"", "navigation"=>"0", "publicly_visible"=>"0"}, "commit"=>"Create Page"}
8947
+  (0.1ms) begin transaction
8948
+ VmPages::Page Exists (0.2ms) SELECT 1 AS one FROM "vm_pages_pages" WHERE "vm_pages_pages"."permalink" = 'newest' LIMIT 1
8949
+  (0.1ms) rollback transaction
8950
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/_form.html.erb (7.7ms)
8951
+ Rendered /Users/vmontalbano/Development/vm.com/vm_pages/app/views/vm_pages/pages/new.html.erb within layouts/application (9.3ms)
8952
+ Completed 200 OK in 35ms (Views: 15.4ms | ActiveRecord: 0.4ms)
8953
+
8954
+
8955
+ Started GET "/assets/namespaced/whizzers.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8956
+
8957
+
8958
+ Started GET "/assets/others.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8959
+
8960
+
8961
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8962
+
8963
+
8964
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8965
+
8966
+
8967
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8968
+
8969
+
8970
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8971
+
8972
+
8973
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8974
+
8975
+
8976
+ Started GET "/assets/namespaced/whizzers.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8977
+
8978
+
8979
+ Started GET "/assets/others.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8980
+
8981
+
8982
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8983
+
8984
+
8985
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-05-16 09:32:12 -0500
8986
+  (2.9ms) CREATE TABLE "namespaced_whizzers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permalink" varchar(255), "created_at" datetime, "updated_at" datetime) 
8987
+  (2.2ms) CREATE TABLE "others" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)
8988
+  (2.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime) 
8989
+  (2.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "password" varchar(255), "first_name" varchar(255), "created_at" datetime, "updated_at" datetime)
8990
+  (2.5ms) CREATE TABLE "vm_pages_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255), "content" text, "position" integer, "navigation" boolean DEFAULT 'f', "publicly_visible" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime) 
8991
+  (2.7ms) CREATE UNIQUE INDEX "index_vm_pages_pages_on_permalink" ON "vm_pages_pages" ("permalink")
8992
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8993
+  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8994
+  (0.1ms) SELECT version FROM "schema_migrations"
8995
+  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130516142908')
8996
+  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130504204336')
8997
+  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130505171048')
8998
+  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130513145529')
8999
+  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130515201559')
9000
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9001
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9002
+  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9003
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9004
+ Migrating to CreatePages (20130504204336)
9005
+  (0.1ms) begin transaction
9006
+  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime) 
9007
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130504204336"]]
9008
+  (2.3ms) commit transaction
9009
+ Migrating to CreateUsers (20130505171048)
9010
+  (0.1ms) begin transaction
9011
+  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "password" varchar(255), "first_name" varchar(255), "created_at" datetime, "updated_at" datetime) 
9012
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130505171048"]]
9013
+  (2.2ms) commit transaction
9014
+ Migrating to CreateOthers (20130513145529)
9015
+  (0.1ms) begin transaction
9016
+  (0.4ms) CREATE TABLE "others" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime) 
9017
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130513145529"]]
9018
+  (1.6ms) commit transaction
9019
+ Migrating to CreateNamespacedWhizzers (20130515201559)
9020
+  (0.1ms) begin transaction
9021
+  (0.3ms) CREATE TABLE "namespaced_whizzers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permalink" varchar(255), "created_at" datetime, "updated_at" datetime) 
9022
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130515201559"]]
9023
+  (2.4ms) commit transaction
9024
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9025
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9026
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9027
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9028
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9029
+  (0.1ms) begin transaction
9030
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'home' LIMIT 1
9031
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9032
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'home' LIMIT 1
9033
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9034
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'home' LIMIT 1
9035
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9036
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'home' LIMIT 1
9037
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9038
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'home' LIMIT 1
9039
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9040
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'home' LIMIT 1
9041
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9042
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'home' LIMIT 1
9043
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9044
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'home' LIMIT 1
9045
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9046
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'home' LIMIT 1
9047
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9048
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'home' LIMIT 1
9049
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9050
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'home' LIMIT 1
9051
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9052
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'home' LIMIT 1
9053
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9054
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'home' LIMIT 1
9055
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9056
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'home' LIMIT 1
9057
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9058
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'home' LIMIT 1
9059
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9060
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'home' LIMIT 1
9061
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9062
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9063
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9064
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9065
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9066
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9067
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9068
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9069
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9070
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9071
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9072
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9073
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9074
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9075
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9076
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9077
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9078
+ SQL (2.9ms) INSERT INTO "pages" ("content", "created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Home Page"], ["created_at", Thu, 16 May 2013 17:52:03 UTC +00:00], ["name", "Home"], ["permalink", "home"], ["updated_at", Thu, 16 May 2013 17:52:03 UTC +00:00]]
9079
+  (2.6ms) commit transaction
9080
+  (0.1ms) begin transaction
9081
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'contact' LIMIT 1
9082
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9083
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'contact' LIMIT 1
9084
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9085
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'contact' LIMIT 1
9086
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9087
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'contact' LIMIT 1
9088
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9089
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'contact' LIMIT 1
9090
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9091
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'contact' LIMIT 1
9092
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9093
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'contact' LIMIT 1
9094
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9095
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'contact' LIMIT 1
9096
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9097
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'contact' LIMIT 1
9098
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9099
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'contact' LIMIT 1
9100
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9101
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'contact' LIMIT 1
9102
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9103
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'contact' LIMIT 1
9104
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9105
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'contact' LIMIT 1
9106
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9107
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'contact' LIMIT 1
9108
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9109
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'contact' LIMIT 1
9110
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9111
+ Other Exists (0.1ms) SELECT 1 AS one FROM "others" WHERE "others"."permalink" = 'contact' LIMIT 1
9112
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9113
+ SQL (0.3ms) INSERT INTO "pages" ("content", "created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Contact Page"], ["created_at", Thu, 16 May 2013 17:52:03 UTC +00:00], ["name", "Contact"], ["permalink", "contact"], ["updated_at", Thu, 16 May 2013 17:52:03 UTC +00:00]]
9114
+  (2.0ms) commit transaction
9115
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9116
+  (0.1ms) begin transaction
9117
+ Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9118
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9119
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9120
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9121
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9122
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9123
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9124
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9125
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9126
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9127
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9128
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9129
+  (0.1ms) rollback transaction
9130
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9131
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'home' LIMIT 1
9132
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'contact' LIMIT 1
9133
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9134
+  (0.1ms) begin transaction
9135
+ Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9136
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9137
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9138
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9139
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9140
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9141
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9142
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9143
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9144
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9145
+ Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE "pages"."permalink" = 'admin' LIMIT 1
9146
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1
9147
+  (0.1ms) rollback transaction