stiki 0.1.6 → 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.
Files changed (28) hide show
  1. data/README.rdoc +9 -3
  2. data/app/assets/javascripts/{project_monster_wiki → stiki}/application.js +0 -0
  3. data/app/assets/javascripts/{project_monster_wiki → stiki}/authors.js +0 -0
  4. data/app/assets/javascripts/{project_monster_wiki → stiki}/pages.js +0 -0
  5. data/app/assets/javascripts/{project_monster_wiki → stiki}/spaces.js +0 -0
  6. data/app/controllers/stiki/pages_controller.rb +4 -4
  7. data/app/helpers/stiki/application_helper.rb +0 -4
  8. data/app/views/stiki/pages/edit.html.erb +53 -0
  9. data/app/views/stiki/pages/new.html.erb +53 -0
  10. data/app/views/stiki/pages/show.html.erb +1 -56
  11. data/lib/stiki/version.rb +1 -1
  12. data/lib/tasks/stiki_tasks.rake +1 -1
  13. data/spec/helpers/stiki/application_helper_spec.rb +0 -8
  14. data/test/dummy/db/development.sqlite3 +0 -0
  15. data/test/dummy/db/schema.rb +1 -0
  16. data/test/dummy/log/development.log +455 -0
  17. data/test/dummy/log/test.log +1011 -0
  18. data/test/dummy/tmp/cache/assets/BC6/6C0/sprockets%2F16707c5324767162e81192942b805e91 +0 -0
  19. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  20. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  21. data/test/dummy/tmp/cache/assets/D4A/4E0/sprockets%2F8a52c7352a5a8a9ac83965c15ed947ce +0 -0
  22. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  23. data/test/dummy/tmp/cache/assets/D59/9B0/sprockets%2Fd795dde5a3ed3cf49572356b868f7e51 +0 -0
  24. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  25. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  26. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  27. data/test/dummy/tmp/cache/assets/E13/DB0/sprockets%2F7bdc0e7d6874e996abdf61b93ce8fcd2 +0 -0
  28. metadata +31 -11
@@ -90568,3 +90568,1014 @@ Redirected to http://test.host/wiki/spaces
90568
90568
  Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
90569
90569
   (0.1ms) SELECT COUNT(*) FROM "stiki_spaces" 
90570
90570
   (0.0ms) rollback transaction
90571
+ Connecting to database specified by database.yml
90572
+ Connecting to database specified by database.yml
90573
+  (12.8ms) begin transaction
90574
+  (0.1ms) rollback transaction
90575
+  (0.1ms) begin transaction
90576
+  (0.0ms) rollback transaction
90577
+  (0.0ms) begin transaction
90578
+  (0.0ms) rollback transaction
90579
+  (0.0ms) begin transaction
90580
+  (0.1ms) rollback transaction
90581
+  (0.0ms) begin transaction
90582
+  (0.0ms) rollback transaction
90583
+  (0.0ms) begin transaction
90584
+  (0.0ms) rollback transaction
90585
+  (0.0ms) begin transaction
90586
+  (0.0ms) SAVEPOINT active_record_1
90587
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test1201209202346440400' OR "slug" LIKE 'test1201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90588
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test1201209202346440400' LIMIT 1
90589
+ SQL (21.4ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test1201209202346440400"], ["slug", "test1201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90590
+  (0.1ms) RELEASE SAVEPOINT active_record_1
90591
+  (0.1ms) SAVEPOINT active_record_1
90592
+ Stiki::Page Load (0.2ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test1201209202346440400' OR "slug" LIKE 'test1201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90593
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test1201209202346440400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90594
+ SQL (0.4ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["parent_id", nil], ["slug", "test1201209202346440400"], ["space_id", 1], ["title", "Test1201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90595
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90596
+  (0.1ms) rollback transaction
90597
+  (0.0ms) begin transaction
90598
+  (0.0ms) SAVEPOINT active_record_1
90599
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test2201209202346440400' OR "slug" LIKE 'test2201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90600
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test2201209202346440400' LIMIT 1
90601
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test2201209202346440400"], ["slug", "test2201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90603
+  (0.0ms) SAVEPOINT active_record_1
90604
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test2201209202346440400' OR "slug" LIKE 'test2201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90605
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test2201209202346440400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90606
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["parent_id", nil], ["slug", "test2201209202346440400"], ["space_id", 1], ["title", "Test2201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90607
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90608
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" LIMIT 1
90609
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test2201209202346440400' OR "slug" LIKE 'test2201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90610
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test2201209202346440400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90611
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test2201209202346440400' OR "slug" LIKE 'test2201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90612
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test2201209202346440400' AND "stiki_pages"."space_id" = 2) LIMIT 1
90613
+  (0.1ms) rollback transaction
90614
+  (0.0ms) begin transaction
90615
+  (0.0ms) SAVEPOINT active_record_1
90616
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test3201209202346440400' OR "slug" LIKE 'test3201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90617
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test3201209202346440400' LIMIT 1
90618
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test3201209202346440400"], ["slug", "test3201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90620
+  (0.0ms) SAVEPOINT active_record_1
90621
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test3201209202346440400' OR "slug" LIKE 'test3201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90622
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test3201209202346440400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90623
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["parent_id", nil], ["slug", "test3201209202346440400"], ["space_id", 1], ["title", "Test3201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90624
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90625
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test3201209202346440400' AND "stiki_pages"."id" != 1 AND "stiki_pages"."space_id" = 1) LIMIT 1
90626
+  (0.1ms) rollback transaction
90627
+  (0.0ms) begin transaction
90628
+  (0.0ms) SAVEPOINT active_record_1
90629
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test4201209202346440400' OR "slug" LIKE 'test4201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90630
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test4201209202346440400' LIMIT 1
90631
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test4201209202346440400"], ["slug", "test4201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90632
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90633
+  (0.1ms) rollback transaction
90634
+  (0.0ms) begin transaction
90635
+  (0.1ms) SAVEPOINT active_record_1
90636
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test5201209202346440400' OR "slug" LIKE 'test5201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90637
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test5201209202346440400' LIMIT 1
90638
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test5201209202346440400"], ["slug", "test5201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90640
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" LIMIT 1
90641
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test5201209202346440400' OR "slug" LIKE 'test5201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90642
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test5201209202346440400' LIMIT 1
90643
+  (0.1ms) rollback transaction
90644
+  (0.0ms) begin transaction
90645
+  (0.1ms) rollback transaction
90646
+  (0.0ms) begin transaction
90647
+  (0.0ms) rollback transaction
90648
+  (0.0ms) begin transaction
90649
+  (0.1ms) rollback transaction
90650
+  (0.0ms) begin transaction
90651
+  (0.1ms) rollback transaction
90652
+  (0.0ms) begin transaction
90653
+  (0.1ms) rollback transaction
90654
+  (0.0ms) begin transaction
90655
+  (0.1ms) rollback transaction
90656
+  (0.0ms) begin transaction
90657
+  (0.0ms) rollback transaction
90658
+  (0.0ms) begin transaction
90659
+  (0.0ms) rollback transaction
90660
+  (0.0ms) begin transaction
90661
+  (0.0ms) SAVEPOINT active_record_1
90662
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test6201209202346440400' OR "slug" LIKE 'test6201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90663
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test6201209202346440400' LIMIT 1
90664
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test6201209202346440400"], ["slug", "test6201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90666
+ Processing by Stiki::PagesController#index as HTML
90667
+ Parameters: {"space_id"=>"test6201209202346440400"}
90668
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test6201209202346440400' LIMIT 1
90669
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
90670
+ Completed 200 OK in 81ms (Views: 37.9ms | ActiveRecord: 0.2ms)
90671
+  (0.2ms) rollback transaction
90672
+  (0.1ms) begin transaction
90673
+  (0.0ms) SAVEPOINT active_record_1
90674
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test7201209202346440400' OR "slug" LIKE 'test7201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90675
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test7201209202346440400' LIMIT 1
90676
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test7201209202346440400"], ["slug", "test7201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90678
+ Processing by Stiki::PagesController#index as HTML
90679
+ Parameters: {"space_id"=>"test7201209202346440400"}
90680
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test7201209202346440400' LIMIT 1
90681
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
90682
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)
90683
+  (0.1ms) rollback transaction
90684
+  (0.0ms) begin transaction
90685
+  (0.0ms) SAVEPOINT active_record_1
90686
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test8201209202346440400' OR "slug" LIKE 'test8201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90687
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test8201209202346440400' LIMIT 1
90688
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test8201209202346440400"], ["slug", "test8201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90690
+ Processing by Stiki::PagesController#index as HTML
90691
+ Parameters: {"space_id"=>"test8201209202346440400"}
90692
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test8201209202346440400' LIMIT 1
90693
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
90694
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.3ms)
90695
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."space_id" = 1
90696
+  (0.1ms) rollback transaction
90697
+  (0.0ms) begin transaction
90698
+  (0.0ms) SAVEPOINT active_record_1
90699
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test9201209202346440400' OR "slug" LIKE 'test9201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90700
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test9201209202346440400' LIMIT 1
90701
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test9201209202346440400"], ["slug", "test9201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90703
+ Processing by Stiki::PagesController#index as HTML
90704
+ Parameters: {"space_id"=>"test9201209202346440400"}
90705
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test9201209202346440400' LIMIT 1
90706
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
90707
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)
90708
+  (0.1ms) rollback transaction
90709
+  (0.0ms) begin transaction
90710
+  (0.0ms) SAVEPOINT active_record_1
90711
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test10201209202346440400' OR "slug" LIKE 'test10201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90712
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test10201209202346440400' LIMIT 1
90713
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["name", "Test10201209202346440400"], ["slug", "test10201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90714
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90715
+  (0.0ms) SAVEPOINT active_record_1
90716
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test4201209202346440400' OR "slug" LIKE 'test4201209202346440400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90717
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test4201209202346440400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90718
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00], ["parent_id", nil], ["slug", "test4201209202346440400"], ["space_id", 1], ["title", "Test4201209202346440400"], ["updated_at", Fri, 21 Sep 2012 03:46:44 UTC +00:00]]
90719
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90720
+ Processing by Stiki::PagesController#show as HTML
90721
+ Parameters: {"space_id"=>"test10201209202346440400", "id"=>"test4201209202346440400"}
90722
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test10201209202346440400' LIMIT 1
90723
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
90724
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test4201209202346440400' LIMIT 1
90725
+ Completed 200 OK in 239ms (Views: 1.5ms | ActiveRecord: 0.3ms)
90726
+  (0.2ms) rollback transaction
90727
+  (0.0ms) begin transaction
90728
+  (0.0ms) SAVEPOINT active_record_1
90729
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test11201209202346450400' OR "slug" LIKE 'test11201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90730
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test11201209202346450400' LIMIT 1
90731
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test11201209202346450400"], ["slug", "test11201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90732
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90733
+  (0.0ms) SAVEPOINT active_record_1
90734
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test5201209202346450400' OR "slug" LIKE 'test5201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90735
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test5201209202346450400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90736
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["parent_id", nil], ["slug", "test5201209202346450400"], ["space_id", 1], ["title", "Test5201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90738
+ Processing by Stiki::PagesController#show as HTML
90739
+ Parameters: {"space_id"=>"test11201209202346450400", "id"=>"test5201209202346450400"}
90740
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test11201209202346450400' LIMIT 1
90741
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
90742
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test5201209202346450400' LIMIT 1
90743
+ Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)
90744
+  (0.1ms) rollback transaction
90745
+  (0.0ms) begin transaction
90746
+  (0.0ms) SAVEPOINT active_record_1
90747
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test12201209202346450400' OR "slug" LIKE 'test12201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90748
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test12201209202346450400' LIMIT 1
90749
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test12201209202346450400"], ["slug", "test12201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90751
+  (0.0ms) SAVEPOINT active_record_1
90752
+ Stiki::Page Load (0.2ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test6201209202346450400' OR "slug" LIKE 'test6201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90753
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test6201209202346450400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90754
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["parent_id", nil], ["slug", "test6201209202346450400"], ["space_id", 1], ["title", "Test6201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90755
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90756
+ Processing by Stiki::PagesController#show as HTML
90757
+ Parameters: {"space_id"=>"test12201209202346450400", "id"=>"test6201209202346450400"}
90758
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test12201209202346450400' LIMIT 1
90759
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
90760
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test6201209202346450400' LIMIT 1
90761
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
90762
+  (0.4ms) rollback transaction
90763
+  (0.0ms) begin transaction
90764
+  (0.0ms) SAVEPOINT active_record_1
90765
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test13201209202346450400' OR "slug" LIKE 'test13201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90766
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test13201209202346450400' LIMIT 1
90767
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test13201209202346450400"], ["slug", "test13201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90769
+  (0.0ms) SAVEPOINT active_record_1
90770
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test7201209202346450400' OR "slug" LIKE 'test7201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90771
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test7201209202346450400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90772
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["parent_id", nil], ["slug", "test7201209202346450400"], ["space_id", 1], ["title", "Test7201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90774
+ Processing by Stiki::PagesController#show as HTML
90775
+ Parameters: {"space_id"=>"test13201209202346450400", "id"=>"test7201209202346450400"}
90776
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test13201209202346450400' LIMIT 1
90777
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
90778
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test7201209202346450400' LIMIT 1
90779
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
90780
+  (0.1ms) rollback transaction
90781
+  (0.0ms) begin transaction
90782
+  (0.0ms) SAVEPOINT active_record_1
90783
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test14201209202346450400' OR "slug" LIKE 'test14201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90784
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test14201209202346450400' LIMIT 1
90785
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test14201209202346450400"], ["slug", "test14201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90787
+  (0.0ms) SAVEPOINT active_record_1
90788
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test8201209202346450400' OR "slug" LIKE 'test8201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90789
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test8201209202346450400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90790
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["parent_id", nil], ["slug", "test8201209202346450400"], ["space_id", 1], ["title", "Test8201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90791
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90792
+ Processing by Stiki::PagesController#show as HTML
90793
+ Parameters: {"space_id"=>"test14201209202346450400", "id"=>"test8201209202346450400"}
90794
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test14201209202346450400' LIMIT 1
90795
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
90796
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test8201209202346450400' LIMIT 1
90797
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.3ms)
90798
+  (0.1ms) rollback transaction
90799
+  (0.0ms) begin transaction
90800
+  (0.0ms) SAVEPOINT active_record_1
90801
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test15201209202346450400' OR "slug" LIKE 'test15201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90802
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test15201209202346450400' LIMIT 1
90803
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test15201209202346450400"], ["slug", "test15201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90805
+  (0.0ms) SAVEPOINT active_record_1
90806
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test9201209202346450400' OR "slug" LIKE 'test9201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90807
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test9201209202346450400' AND "stiki_pages"."space_id" = 1) LIMIT 1
90808
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["parent_id", nil], ["slug", "test9201209202346450400"], ["space_id", 1], ["title", "Test9201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90810
+ Processing by Stiki::PagesController#show as HTML
90811
+ Parameters: {"space_id"=>"test15201209202346450400", "id"=>"test9201209202346450400"}
90812
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test15201209202346450400' LIMIT 1
90813
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
90814
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test9201209202346450400' LIMIT 1
90815
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
90816
+  (0.2ms) rollback transaction
90817
+  (0.0ms) begin transaction
90818
+  (0.0ms) SAVEPOINT active_record_1
90819
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test16201209202346450400' OR "slug" LIKE 'test16201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90820
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test16201209202346450400' LIMIT 1
90821
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test16201209202346450400"], ["slug", "test16201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90823
+ Processing by Stiki::PagesController#new as HTML
90824
+ Parameters: {"space_id"=>"test16201209202346450400"}
90825
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test16201209202346450400' LIMIT 1
90826
+ Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.1ms)
90827
+  (0.1ms) rollback transaction
90828
+  (0.0ms) begin transaction
90829
+  (0.0ms) SAVEPOINT active_record_1
90830
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test17201209202346450400' OR "slug" LIKE 'test17201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90831
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test17201209202346450400' LIMIT 1
90832
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test17201209202346450400"], ["slug", "test17201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90834
+ Processing by Stiki::PagesController#new as HTML
90835
+ Parameters: {"space_id"=>"test17201209202346450400"}
90836
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test17201209202346450400' LIMIT 1
90837
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.2ms)
90838
+  (0.1ms) rollback transaction
90839
+  (0.0ms) begin transaction
90840
+  (0.0ms) SAVEPOINT active_record_1
90841
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test18201209202346450400' OR "slug" LIKE 'test18201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90842
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test18201209202346450400' LIMIT 1
90843
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test18201209202346450400"], ["slug", "test18201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90845
+ Processing by Stiki::PagesController#new as HTML
90846
+ Parameters: {"space_id"=>"test18201209202346450400"}
90847
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test18201209202346450400' LIMIT 1
90848
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)
90849
+  (0.1ms) rollback transaction
90850
+  (0.0ms) begin transaction
90851
+  (0.0ms) SAVEPOINT active_record_1
90852
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test19201209202346450400' OR "slug" LIKE 'test19201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90853
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test19201209202346450400' LIMIT 1
90854
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test19201209202346450400"], ["slug", "test19201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90855
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90856
+ Processing by Stiki::PagesController#new as HTML
90857
+ Parameters: {"space_id"=>"test19201209202346450400"}
90858
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test19201209202346450400' LIMIT 1
90859
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)
90860
+  (0.1ms) rollback transaction
90861
+  (0.0ms) begin transaction
90862
+  (0.0ms) SAVEPOINT active_record_1
90863
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test20201209202346450400' OR "slug" LIKE 'test20201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90864
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test20201209202346450400' LIMIT 1
90865
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test20201209202346450400"], ["slug", "test20201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90867
+ Processing by Stiki::PagesController#new as HTML
90868
+ Parameters: {"space_id"=>"test20201209202346450400"}
90869
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test20201209202346450400' LIMIT 1
90870
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)
90871
+  (0.1ms) rollback transaction
90872
+  (0.0ms) begin transaction
90873
+  (0.0ms) SAVEPOINT active_record_1
90874
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test21201209202346450400' OR "slug" LIKE 'test21201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90875
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test21201209202346450400' LIMIT 1
90876
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test21201209202346450400"], ["slug", "test21201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90878
+ Processing by Stiki::PagesController#create as HTML
90879
+ Parameters: {"space_id"=>"test21201209202346450400", "page"=>{"title"=>"title123", "body"=>"body123"}}
90880
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test21201209202346450400' LIMIT 1
90881
+  (0.1ms) SAVEPOINT active_record_1
90882
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'title123' OR "slug" LIKE 'title123--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90883
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
90884
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'title123' AND "stiki_pages"."space_id" = 1) LIMIT 1
90885
+ SQL (0.3ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body123"], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["parent_id", nil], ["slug", "title123"], ["space_id", 1], ["title", "title123"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90886
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" = 1 AND "stiki_authors"."authorable_type" = 'Stiki::Page') LIMIT 1
90887
+ SQL (0.2ms) INSERT INTO "stiki_authors" ("authorable_id", "authorable_type", "created_at", "creator", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["authorable_id", nil], ["authorable_type", nil], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["creator", nil], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["user_id", nil]]
90888
+ SQL (0.2ms) INSERT INTO "stiki_authors" ("authorable_id", "authorable_type", "created_at", "creator", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["authorable_id", 1], ["authorable_type", "Stiki::Page"], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["creator", true], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["user_id", 1]]
90889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90890
+ Redirected to http://test.host/wiki/spaces/test21201209202346450400/pages/title123
90891
+ Completed 302 Found in 21ms (ActiveRecord: 1.2ms)
90892
+  (0.1ms) rollback transaction
90893
+  (0.0ms) begin transaction
90894
+  (0.0ms) SAVEPOINT active_record_1
90895
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test22201209202346450400' OR "slug" LIKE 'test22201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90896
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test22201209202346450400' LIMIT 1
90897
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test22201209202346450400"], ["slug", "test22201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90899
+ Processing by Stiki::PagesController#create as HTML
90900
+ Parameters: {"space_id"=>"test22201209202346450400"}
90901
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test22201209202346450400' LIMIT 1
90902
+  (0.0ms) SAVEPOINT active_record_1
90903
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
90904
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
90905
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
90906
+ Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.3ms)
90907
+  (0.1ms) rollback transaction
90908
+  (0.0ms) begin transaction
90909
+  (0.0ms) SAVEPOINT active_record_1
90910
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test23201209202346450400' OR "slug" LIKE 'test23201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90911
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test23201209202346450400' LIMIT 1
90912
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test23201209202346450400"], ["slug", "test23201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90914
+ Processing by Stiki::PagesController#create as HTML
90915
+ Parameters: {"space_id"=>"test23201209202346450400"}
90916
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test23201209202346450400' LIMIT 1
90917
+  (0.0ms) SAVEPOINT active_record_1
90918
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
90919
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
90920
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
90921
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)
90922
+  (0.2ms) rollback transaction
90923
+  (0.0ms) begin transaction
90924
+  (0.1ms) SAVEPOINT active_record_1
90925
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test24201209202346450400' OR "slug" LIKE 'test24201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90926
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test24201209202346450400' LIMIT 1
90927
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test24201209202346450400"], ["slug", "test24201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90929
+ Processing by Stiki::PagesController#create as HTML
90930
+ Parameters: {"space_id"=>"test24201209202346450400"}
90931
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test24201209202346450400' LIMIT 1
90932
+  (0.0ms) SAVEPOINT active_record_1
90933
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
90934
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
90935
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
90936
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)
90937
+  (0.1ms) rollback transaction
90938
+  (0.0ms) begin transaction
90939
+  (0.0ms) SAVEPOINT active_record_1
90940
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test25201209202346450400' OR "slug" LIKE 'test25201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90941
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test25201209202346450400' LIMIT 1
90942
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test25201209202346450400"], ["slug", "test25201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90944
+ Processing by Stiki::PagesController#create as HTML
90945
+ Parameters: {"space_id"=>"test25201209202346450400"}
90946
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test25201209202346450400' LIMIT 1
90947
+  (0.0ms) SAVEPOINT active_record_1
90948
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
90949
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
90950
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
90951
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)
90952
+  (0.1ms) rollback transaction
90953
+  (0.0ms) begin transaction
90954
+  (0.0ms) SAVEPOINT active_record_1
90955
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test26201209202346450400' OR "slug" LIKE 'test26201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90956
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test26201209202346450400' LIMIT 1
90957
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test26201209202346450400"], ["slug", "test26201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90958
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90959
+ Processing by Stiki::PagesController#create as HTML
90960
+ Parameters: {"space_id"=>"test26201209202346450400"}
90961
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test26201209202346450400' LIMIT 1
90962
+  (0.0ms) SAVEPOINT active_record_1
90963
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
90964
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
90965
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
90966
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)
90967
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
90968
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
90969
+  (0.1ms) rollback transaction
90970
+  (0.0ms) begin transaction
90971
+  (0.0ms) SAVEPOINT active_record_1
90972
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test27201209202346450400' OR "slug" LIKE 'test27201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90973
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test27201209202346450400' LIMIT 1
90974
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test27201209202346450400"], ["slug", "test27201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90975
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90976
+  (0.0ms) SAVEPOINT active_record_1
90977
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test28201209202346450400' OR "slug" LIKE 'test28201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90978
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test28201209202346450400' LIMIT 1
90979
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test28201209202346450400"], ["slug", "test28201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90981
+  (0.0ms) SAVEPOINT active_record_1
90982
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test29201209202346450400' OR "slug" LIKE 'test29201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90983
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test29201209202346450400' LIMIT 1
90984
+ SQL (0.1ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test29201209202346450400"], ["slug", "test29201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90985
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90986
+ Processing by Stiki::SpacesController#index as HTML
90987
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
90988
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
90989
+  (0.2ms) rollback transaction
90990
+  (0.0ms) begin transaction
90991
+  (0.0ms) SAVEPOINT active_record_1
90992
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test30201209202346450400' OR "slug" LIKE 'test30201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90993
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test30201209202346450400' LIMIT 1
90994
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test30201209202346450400"], ["slug", "test30201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
90995
+  (0.0ms) RELEASE SAVEPOINT active_record_1
90996
+  (0.0ms) SAVEPOINT active_record_1
90997
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test31201209202346450400' OR "slug" LIKE 'test31201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
90998
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test31201209202346450400' LIMIT 1
90999
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test31201209202346450400"], ["slug", "test31201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
91000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91001
+  (0.0ms) SAVEPOINT active_record_1
91002
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test32201209202346450400' OR "slug" LIKE 'test32201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91003
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test32201209202346450400' LIMIT 1
91004
+ SQL (0.1ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test32201209202346450400"], ["slug", "test32201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
91005
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91006
+ Processing by Stiki::SpacesController#index as HTML
91007
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91008
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)
91009
+  (0.1ms) rollback transaction
91010
+  (0.0ms) begin transaction
91011
+  (0.0ms) SAVEPOINT active_record_1
91012
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test33201209202346450400' OR "slug" LIKE 'test33201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91013
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test33201209202346450400' LIMIT 1
91014
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test33201209202346450400"], ["slug", "test33201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
91015
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91016
+  (0.0ms) SAVEPOINT active_record_1
91017
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test34201209202346450400' OR "slug" LIKE 'test34201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91018
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test34201209202346450400' LIMIT 1
91019
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test34201209202346450400"], ["slug", "test34201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
91020
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91021
+  (0.0ms) SAVEPOINT active_record_1
91022
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test35201209202346450400' OR "slug" LIKE 'test35201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91023
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test35201209202346450400' LIMIT 1
91024
+ SQL (0.1ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test35201209202346450400"], ["slug", "test35201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
91025
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91026
+ Processing by Stiki::SpacesController#index as HTML
91027
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91028
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)
91029
+  (0.1ms) rollback transaction
91030
+  (0.0ms) begin transaction
91031
+  (0.0ms) SAVEPOINT active_record_1
91032
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test36201209202346450400' OR "slug" LIKE 'test36201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91033
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test36201209202346450400' LIMIT 1
91034
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test36201209202346450400"], ["slug", "test36201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
91035
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91036
+  (0.0ms) SAVEPOINT active_record_1
91037
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test37201209202346450400' OR "slug" LIKE 'test37201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91038
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test37201209202346450400' LIMIT 1
91039
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test37201209202346450400"], ["slug", "test37201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
91040
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91041
+  (0.0ms) SAVEPOINT active_record_1
91042
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test38201209202346450400' OR "slug" LIKE 'test38201209202346450400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91043
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test38201209202346450400' LIMIT 1
91044
+ SQL (0.1ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "Test38201209202346450400"], ["slug", "test38201209202346450400"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
91045
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91046
+ Processing by Stiki::SpacesController#index as HTML
91047
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91048
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)
91049
+  (0.1ms) rollback transaction
91050
+  (0.0ms) begin transaction
91051
+  (0.5ms) SELECT COUNT(*) FROM "stiki_spaces" 
91052
+ Processing by Stiki::SpacesController#create as HTML
91053
+ Parameters: {"space"=>{"name"=>"name123"}}
91054
+  (0.1ms) SAVEPOINT active_record_1
91055
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'name123' OR "slug" LIKE 'name123--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91056
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91057
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'name123' LIMIT 1
91058
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["name", "name123"], ["slug", "name123"], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00]]
91059
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" = 1 AND "stiki_authors"."authorable_type" = 'Stiki::Space') LIMIT 1
91060
+ SQL (0.2ms) INSERT INTO "stiki_authors" ("authorable_id", "authorable_type", "created_at", "creator", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["authorable_id", nil], ["authorable_type", nil], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["creator", nil], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["user_id", nil]]
91061
+ SQL (0.1ms) INSERT INTO "stiki_authors" ("authorable_id", "authorable_type", "created_at", "creator", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["authorable_id", 1], ["authorable_type", "Stiki::Space"], ["created_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["creator", true], ["updated_at", Fri, 21 Sep 2012 03:46:45 UTC +00:00], ["user_id", 1]]
91062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91063
+ Redirected to http://test.host/wiki/spaces
91064
+ Completed 302 Found in 10ms (ActiveRecord: 1.0ms)
91065
+  (0.1ms) SELECT COUNT(*) FROM "stiki_spaces" 
91066
+  (0.1ms) rollback transaction
91067
+  (0.0ms) begin transaction
91068
+  (0.1ms) SELECT COUNT(*) FROM "stiki_spaces"
91069
+ Processing by Stiki::SpacesController#create as HTML
91070
+  (0.0ms) SAVEPOINT active_record_1
91071
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91072
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" IS NULL LIMIT 1
91073
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
91074
+ Redirected to http://test.host/wiki/spaces
91075
+ Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
91076
+  (0.1ms) SELECT COUNT(*) FROM "stiki_spaces" 
91077
+  (0.0ms) rollback transaction
91078
+ Connecting to database specified by database.yml
91079
+  (0.4ms) begin transaction
91080
+  (0.1ms) rollback transaction
91081
+  (0.0ms) begin transaction
91082
+  (0.0ms) rollback transaction
91083
+  (0.0ms) begin transaction
91084
+  (0.1ms) rollback transaction
91085
+  (0.0ms) begin transaction
91086
+  (0.0ms) rollback transaction
91087
+  (0.0ms) begin transaction
91088
+  (0.0ms) rollback transaction
91089
+  (0.0ms) begin transaction
91090
+  (0.0ms) SAVEPOINT active_record_1
91091
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test1201209202347360400' OR "slug" LIKE 'test1201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91092
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test1201209202347360400' LIMIT 1
91093
+ SQL (1.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00], ["name", "Test1201209202347360400"], ["slug", "test1201209202347360400"], ["updated_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00]]
91094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91095
+  (0.1ms) SAVEPOINT active_record_1
91096
+ Stiki::Page Load (0.2ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test1201209202347360400' OR "slug" LIKE 'test1201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91097
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test1201209202347360400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91098
+ SQL (0.4ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00], ["parent_id", nil], ["slug", "test1201209202347360400"], ["space_id", 1], ["title", "Test1201209202347360400"], ["updated_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00]]
91099
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91100
+  (0.1ms) rollback transaction
91101
+  (0.0ms) begin transaction
91102
+  (0.0ms) SAVEPOINT active_record_1
91103
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test2201209202347360400' OR "slug" LIKE 'test2201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91104
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test2201209202347360400' LIMIT 1
91105
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00], ["name", "Test2201209202347360400"], ["slug", "test2201209202347360400"], ["updated_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00]]
91106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91107
+  (0.0ms) SAVEPOINT active_record_1
91108
+ Stiki::Page Load (0.2ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test2201209202347360400' OR "slug" LIKE 'test2201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91109
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test2201209202347360400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91110
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00], ["parent_id", nil], ["slug", "test2201209202347360400"], ["space_id", 1], ["title", "Test2201209202347360400"], ["updated_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00]]
91111
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91112
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" LIMIT 1
91113
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test2201209202347360400' OR "slug" LIKE 'test2201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91114
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test2201209202347360400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91115
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test2201209202347360400' OR "slug" LIKE 'test2201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91116
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test2201209202347360400' AND "stiki_pages"."space_id" = 2) LIMIT 1
91117
+  (0.1ms) rollback transaction
91118
+  (0.0ms) begin transaction
91119
+  (0.0ms) SAVEPOINT active_record_1
91120
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test3201209202347360400' OR "slug" LIKE 'test3201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91121
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test3201209202347360400' LIMIT 1
91122
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00], ["name", "Test3201209202347360400"], ["slug", "test3201209202347360400"], ["updated_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00]]
91123
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91124
+  (0.0ms) SAVEPOINT active_record_1
91125
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test3201209202347360400' OR "slug" LIKE 'test3201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91126
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test3201209202347360400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91127
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00], ["parent_id", nil], ["slug", "test3201209202347360400"], ["space_id", 1], ["title", "Test3201209202347360400"], ["updated_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00]]
91128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91129
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test3201209202347360400' AND "stiki_pages"."id" != 1 AND "stiki_pages"."space_id" = 1) LIMIT 1
91130
+  (0.1ms) rollback transaction
91131
+  (0.0ms) begin transaction
91132
+  (0.0ms) SAVEPOINT active_record_1
91133
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test4201209202347360400' OR "slug" LIKE 'test4201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91134
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test4201209202347360400' LIMIT 1
91135
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00], ["name", "Test4201209202347360400"], ["slug", "test4201209202347360400"], ["updated_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00]]
91136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91137
+  (0.3ms) rollback transaction
91138
+  (0.0ms) begin transaction
91139
+  (0.0ms) SAVEPOINT active_record_1
91140
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test5201209202347360400' OR "slug" LIKE 'test5201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91141
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test5201209202347360400' LIMIT 1
91142
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00], ["name", "Test5201209202347360400"], ["slug", "test5201209202347360400"], ["updated_at", Fri, 21 Sep 2012 03:47:36 UTC +00:00]]
91143
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91144
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" LIMIT 1
91145
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test5201209202347360400' OR "slug" LIKE 'test5201209202347360400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91146
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test5201209202347360400' LIMIT 1
91147
+  (0.1ms) rollback transaction
91148
+  (0.0ms) begin transaction
91149
+  (0.1ms) rollback transaction
91150
+  (0.0ms) begin transaction
91151
+  (0.0ms) rollback transaction
91152
+  (0.0ms) begin transaction
91153
+  (0.0ms) rollback transaction
91154
+  (0.0ms) begin transaction
91155
+  (0.0ms) rollback transaction
91156
+  (0.0ms) begin transaction
91157
+  (0.1ms) rollback transaction
91158
+  (0.0ms) begin transaction
91159
+  (0.1ms) rollback transaction
91160
+  (0.0ms) begin transaction
91161
+  (0.0ms) rollback transaction
91162
+  (0.0ms) begin transaction
91163
+  (0.0ms) rollback transaction
91164
+  (0.0ms) begin transaction
91165
+  (0.0ms) SAVEPOINT active_record_1
91166
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test6201209202347370400' OR "slug" LIKE 'test6201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91167
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test6201209202347370400' LIMIT 1
91168
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test6201209202347370400"], ["slug", "test6201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91170
+ Processing by Stiki::PagesController#index as HTML
91171
+ Parameters: {"space_id"=>"test6201209202347370400"}
91172
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test6201209202347370400' LIMIT 1
91173
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
91174
+ Completed 200 OK in 50ms (Views: 6.9ms | ActiveRecord: 0.2ms)
91175
+  (0.2ms) rollback transaction
91176
+  (0.0ms) begin transaction
91177
+  (0.0ms) SAVEPOINT active_record_1
91178
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test7201209202347370400' OR "slug" LIKE 'test7201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91179
+ Stiki::Space Exists (30.9ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test7201209202347370400' LIMIT 1
91180
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test7201209202347370400"], ["slug", "test7201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91181
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91182
+ Processing by Stiki::PagesController#index as HTML
91183
+ Parameters: {"space_id"=>"test7201209202347370400"}
91184
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test7201209202347370400' LIMIT 1
91185
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91186
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)
91187
+  (0.1ms) rollback transaction
91188
+  (0.0ms) begin transaction
91189
+  (0.0ms) SAVEPOINT active_record_1
91190
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test8201209202347370400' OR "slug" LIKE 'test8201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91191
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test8201209202347370400' LIMIT 1
91192
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test8201209202347370400"], ["slug", "test8201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91194
+ Processing by Stiki::PagesController#index as HTML
91195
+ Parameters: {"space_id"=>"test8201209202347370400"}
91196
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test8201209202347370400' LIMIT 1
91197
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
91198
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)
91199
+ Stiki::Page Load (0.2ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."space_id" = 1
91200
+  (0.1ms) rollback transaction
91201
+  (0.0ms) begin transaction
91202
+  (0.0ms) SAVEPOINT active_record_1
91203
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test9201209202347370400' OR "slug" LIKE 'test9201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91204
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test9201209202347370400' LIMIT 1
91205
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test9201209202347370400"], ["slug", "test9201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91207
+ Processing by Stiki::PagesController#index as HTML
91208
+ Parameters: {"space_id"=>"test9201209202347370400"}
91209
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test9201209202347370400' LIMIT 1
91210
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
91211
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)
91212
+  (0.1ms) rollback transaction
91213
+  (0.0ms) begin transaction
91214
+  (0.0ms) SAVEPOINT active_record_1
91215
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test10201209202347370400' OR "slug" LIKE 'test10201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91216
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test10201209202347370400' LIMIT 1
91217
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test10201209202347370400"], ["slug", "test10201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91218
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91219
+  (0.0ms) SAVEPOINT active_record_1
91220
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test4201209202347370400' OR "slug" LIKE 'test4201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91221
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test4201209202347370400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91222
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["parent_id", nil], ["slug", "test4201209202347370400"], ["space_id", 1], ["title", "Test4201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91224
+ Processing by Stiki::PagesController#show as HTML
91225
+ Parameters: {"space_id"=>"test10201209202347370400", "id"=>"test4201209202347370400"}
91226
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test10201209202347370400' LIMIT 1
91227
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
91228
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test4201209202347370400' LIMIT 1
91229
+ Completed 200 OK in 180ms (Views: 1.4ms | ActiveRecord: 0.3ms)
91230
+  (0.2ms) rollback transaction
91231
+  (0.0ms) begin transaction
91232
+  (0.0ms) SAVEPOINT active_record_1
91233
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test11201209202347370400' OR "slug" LIKE 'test11201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91234
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test11201209202347370400' LIMIT 1
91235
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test11201209202347370400"], ["slug", "test11201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91237
+  (0.0ms) SAVEPOINT active_record_1
91238
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test5201209202347370400' OR "slug" LIKE 'test5201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91239
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test5201209202347370400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91240
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["parent_id", nil], ["slug", "test5201209202347370400"], ["space_id", 1], ["title", "Test5201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91241
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91242
+ Processing by Stiki::PagesController#show as HTML
91243
+ Parameters: {"space_id"=>"test11201209202347370400", "id"=>"test5201209202347370400"}
91244
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test11201209202347370400' LIMIT 1
91245
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91246
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test5201209202347370400' LIMIT 1
91247
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
91248
+  (0.2ms) rollback transaction
91249
+  (0.0ms) begin transaction
91250
+  (0.0ms) SAVEPOINT active_record_1
91251
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test12201209202347370400' OR "slug" LIKE 'test12201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91252
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test12201209202347370400' LIMIT 1
91253
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test12201209202347370400"], ["slug", "test12201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91255
+  (0.0ms) SAVEPOINT active_record_1
91256
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test6201209202347370400' OR "slug" LIKE 'test6201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91257
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test6201209202347370400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91258
+ SQL (0.3ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["parent_id", nil], ["slug", "test6201209202347370400"], ["space_id", 1], ["title", "Test6201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91260
+ Processing by Stiki::PagesController#show as HTML
91261
+ Parameters: {"space_id"=>"test12201209202347370400", "id"=>"test6201209202347370400"}
91262
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test12201209202347370400' LIMIT 1
91263
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
91264
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test6201209202347370400' LIMIT 1
91265
+ Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)
91266
+  (0.2ms) rollback transaction
91267
+  (0.0ms) begin transaction
91268
+  (0.0ms) SAVEPOINT active_record_1
91269
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test13201209202347370400' OR "slug" LIKE 'test13201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91270
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test13201209202347370400' LIMIT 1
91271
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test13201209202347370400"], ["slug", "test13201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91273
+  (0.0ms) SAVEPOINT active_record_1
91274
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test7201209202347370400' OR "slug" LIKE 'test7201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91275
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test7201209202347370400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91276
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["parent_id", nil], ["slug", "test7201209202347370400"], ["space_id", 1], ["title", "Test7201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91277
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91278
+ Processing by Stiki::PagesController#show as HTML
91279
+ Parameters: {"space_id"=>"test13201209202347370400", "id"=>"test7201209202347370400"}
91280
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test13201209202347370400' LIMIT 1
91281
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91282
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test7201209202347370400' LIMIT 1
91283
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
91284
+  (0.1ms) rollback transaction
91285
+  (0.0ms) begin transaction
91286
+  (0.0ms) SAVEPOINT active_record_1
91287
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test14201209202347370400' OR "slug" LIKE 'test14201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91288
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test14201209202347370400' LIMIT 1
91289
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test14201209202347370400"], ["slug", "test14201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91290
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91291
+  (0.0ms) SAVEPOINT active_record_1
91292
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test8201209202347370400' OR "slug" LIKE 'test8201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91293
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test8201209202347370400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91294
+ SQL (0.2ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["parent_id", nil], ["slug", "test8201209202347370400"], ["space_id", 1], ["title", "Test8201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91296
+ Processing by Stiki::PagesController#show as HTML
91297
+ Parameters: {"space_id"=>"test14201209202347370400", "id"=>"test8201209202347370400"}
91298
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test14201209202347370400' LIMIT 1
91299
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" 
91300
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test8201209202347370400' LIMIT 1
91301
+ Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.3ms)
91302
+  (0.1ms) rollback transaction
91303
+  (0.0ms) begin transaction
91304
+  (0.0ms) SAVEPOINT active_record_1
91305
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test15201209202347370400' OR "slug" LIKE 'test15201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91306
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test15201209202347370400' LIMIT 1
91307
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test15201209202347370400"], ["slug", "test15201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91309
+  (0.0ms) SAVEPOINT active_record_1
91310
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'test9201209202347370400' OR "slug" LIKE 'test9201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91311
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'Test9201209202347370400' AND "stiki_pages"."space_id" = 1) LIMIT 1
91312
+ SQL (0.3ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body"], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["parent_id", nil], ["slug", "test9201209202347370400"], ["space_id", 1], ["title", "Test9201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91313
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91314
+ Processing by Stiki::PagesController#show as HTML
91315
+ Parameters: {"space_id"=>"test15201209202347370400", "id"=>"test9201209202347370400"}
91316
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test15201209202347370400' LIMIT 1
91317
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91318
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE "stiki_pages"."slug" = 'test9201209202347370400' LIMIT 1
91319
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.3ms)
91320
+  (0.1ms) rollback transaction
91321
+  (0.0ms) begin transaction
91322
+  (0.0ms) SAVEPOINT active_record_1
91323
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test16201209202347370400' OR "slug" LIKE 'test16201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91324
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test16201209202347370400' LIMIT 1
91325
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test16201209202347370400"], ["slug", "test16201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91327
+ Processing by Stiki::PagesController#new as HTML
91328
+ Parameters: {"space_id"=>"test16201209202347370400"}
91329
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test16201209202347370400' LIMIT 1
91330
+ Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.2ms)
91331
+  (0.1ms) rollback transaction
91332
+  (0.0ms) begin transaction
91333
+  (0.0ms) SAVEPOINT active_record_1
91334
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test17201209202347370400' OR "slug" LIKE 'test17201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91335
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test17201209202347370400' LIMIT 1
91336
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test17201209202347370400"], ["slug", "test17201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91337
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91338
+ Processing by Stiki::PagesController#new as HTML
91339
+ Parameters: {"space_id"=>"test17201209202347370400"}
91340
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test17201209202347370400' LIMIT 1
91341
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.2ms)
91342
+  (0.1ms) rollback transaction
91343
+  (0.0ms) begin transaction
91344
+  (0.0ms) SAVEPOINT active_record_1
91345
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test18201209202347370400' OR "slug" LIKE 'test18201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91346
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test18201209202347370400' LIMIT 1
91347
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test18201209202347370400"], ["slug", "test18201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91348
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91349
+ Processing by Stiki::PagesController#new as HTML
91350
+ Parameters: {"space_id"=>"test18201209202347370400"}
91351
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test18201209202347370400' LIMIT 1
91352
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)
91353
+  (0.1ms) rollback transaction
91354
+  (0.0ms) begin transaction
91355
+  (0.0ms) SAVEPOINT active_record_1
91356
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test19201209202347370400' OR "slug" LIKE 'test19201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91357
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test19201209202347370400' LIMIT 1
91358
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test19201209202347370400"], ["slug", "test19201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91360
+ Processing by Stiki::PagesController#new as HTML
91361
+ Parameters: {"space_id"=>"test19201209202347370400"}
91362
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test19201209202347370400' LIMIT 1
91363
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)
91364
+  (0.1ms) rollback transaction
91365
+  (0.0ms) begin transaction
91366
+  (0.0ms) SAVEPOINT active_record_1
91367
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test20201209202347370400' OR "slug" LIKE 'test20201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91368
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test20201209202347370400' LIMIT 1
91369
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test20201209202347370400"], ["slug", "test20201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91371
+ Processing by Stiki::PagesController#new as HTML
91372
+ Parameters: {"space_id"=>"test20201209202347370400"}
91373
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test20201209202347370400' LIMIT 1
91374
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)
91375
+  (0.1ms) rollback transaction
91376
+  (0.0ms) begin transaction
91377
+  (0.0ms) SAVEPOINT active_record_1
91378
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test21201209202347370400' OR "slug" LIKE 'test21201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91379
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test21201209202347370400' LIMIT 1
91380
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test21201209202347370400"], ["slug", "test21201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91381
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91382
+ Processing by Stiki::PagesController#create as HTML
91383
+ Parameters: {"space_id"=>"test21201209202347370400", "page"=>{"title"=>"title123", "body"=>"body123"}}
91384
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test21201209202347370400' LIMIT 1
91385
+  (0.1ms) SAVEPOINT active_record_1
91386
+ Stiki::Page Load (0.1ms) SELECT "stiki_pages".* FROM "stiki_pages" WHERE ("slug" = 'title123' OR "slug" LIKE 'title123--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91387
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91388
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" = 'title123' AND "stiki_pages"."space_id" = 1) LIMIT 1
91389
+ SQL (0.3ms) INSERT INTO "stiki_pages" ("body", "created_at", "parent_id", "slug", "space_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "body123"], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["parent_id", nil], ["slug", "title123"], ["space_id", 1], ["title", "title123"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91390
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" = 1 AND "stiki_authors"."authorable_type" = 'Stiki::Page') LIMIT 1
91391
+ SQL (0.3ms) INSERT INTO "stiki_authors" ("authorable_id", "authorable_type", "created_at", "creator", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["authorable_id", nil], ["authorable_type", nil], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["creator", nil], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["user_id", nil]]
91392
+ SQL (0.2ms) INSERT INTO "stiki_authors" ("authorable_id", "authorable_type", "created_at", "creator", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["authorable_id", 1], ["authorable_type", "Stiki::Page"], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["creator", true], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["user_id", 1]]
91393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91394
+ Redirected to http://test.host/wiki/spaces/test21201209202347370400/pages/title123
91395
+ Completed 302 Found in 21ms (ActiveRecord: 1.3ms)
91396
+  (0.2ms) rollback transaction
91397
+  (0.0ms) begin transaction
91398
+  (0.0ms) SAVEPOINT active_record_1
91399
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test22201209202347370400' OR "slug" LIKE 'test22201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91400
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test22201209202347370400' LIMIT 1
91401
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test22201209202347370400"], ["slug", "test22201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91403
+ Processing by Stiki::PagesController#create as HTML
91404
+ Parameters: {"space_id"=>"test22201209202347370400"}
91405
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test22201209202347370400' LIMIT 1
91406
+  (0.0ms) SAVEPOINT active_record_1
91407
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91408
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
91409
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
91410
+ Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.3ms)
91411
+  (0.1ms) rollback transaction
91412
+  (0.0ms) begin transaction
91413
+  (0.0ms) SAVEPOINT active_record_1
91414
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test23201209202347370400' OR "slug" LIKE 'test23201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91415
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test23201209202347370400' LIMIT 1
91416
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test23201209202347370400"], ["slug", "test23201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91418
+ Processing by Stiki::PagesController#create as HTML
91419
+ Parameters: {"space_id"=>"test23201209202347370400"}
91420
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test23201209202347370400' LIMIT 1
91421
+  (0.0ms) SAVEPOINT active_record_1
91422
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91423
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
91424
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
91425
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)
91426
+  (0.1ms) rollback transaction
91427
+  (0.0ms) begin transaction
91428
+  (0.0ms) SAVEPOINT active_record_1
91429
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test24201209202347370400' OR "slug" LIKE 'test24201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91430
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test24201209202347370400' LIMIT 1
91431
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test24201209202347370400"], ["slug", "test24201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91433
+ Processing by Stiki::PagesController#create as HTML
91434
+ Parameters: {"space_id"=>"test24201209202347370400"}
91435
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test24201209202347370400' LIMIT 1
91436
+  (0.0ms) SAVEPOINT active_record_1
91437
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91438
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
91439
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
91440
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)
91441
+  (0.1ms) rollback transaction
91442
+  (0.0ms) begin transaction
91443
+  (0.0ms) SAVEPOINT active_record_1
91444
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test25201209202347370400' OR "slug" LIKE 'test25201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91445
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test25201209202347370400' LIMIT 1
91446
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test25201209202347370400"], ["slug", "test25201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91447
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91448
+ Processing by Stiki::PagesController#create as HTML
91449
+ Parameters: {"space_id"=>"test25201209202347370400"}
91450
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test25201209202347370400' LIMIT 1
91451
+  (0.0ms) SAVEPOINT active_record_1
91452
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91453
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
91454
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
91455
+ Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)
91456
+  (0.1ms) rollback transaction
91457
+  (0.0ms) begin transaction
91458
+  (0.0ms) SAVEPOINT active_record_1
91459
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test26201209202347370400' OR "slug" LIKE 'test26201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91460
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test26201209202347370400' LIMIT 1
91461
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test26201209202347370400"], ["slug", "test26201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91462
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91463
+ Processing by Stiki::PagesController#create as HTML
91464
+ Parameters: {"space_id"=>"test26201209202347370400"}
91465
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE "stiki_spaces"."slug" = 'test26201209202347370400' LIMIT 1
91466
+  (0.0ms) SAVEPOINT active_record_1
91467
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91468
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
91469
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
91470
+ Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.3ms)
91471
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91472
+ Stiki::Page Exists (0.1ms) SELECT 1 AS one FROM "stiki_pages" WHERE ("stiki_pages"."title" IS NULL AND "stiki_pages"."space_id" = 1) LIMIT 1
91473
+  (0.1ms) rollback transaction
91474
+  (0.0ms) begin transaction
91475
+  (0.0ms) SAVEPOINT active_record_1
91476
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test27201209202347370400' OR "slug" LIKE 'test27201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91477
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test27201209202347370400' LIMIT 1
91478
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test27201209202347370400"], ["slug", "test27201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91480
+  (0.0ms) SAVEPOINT active_record_1
91481
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test28201209202347370400' OR "slug" LIKE 'test28201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91482
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test28201209202347370400' LIMIT 1
91483
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test28201209202347370400"], ["slug", "test28201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91485
+  (0.0ms) SAVEPOINT active_record_1
91486
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test29201209202347370400' OR "slug" LIKE 'test29201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91487
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test29201209202347370400' LIMIT 1
91488
+ SQL (0.1ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test29201209202347370400"], ["slug", "test29201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91489
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91490
+ Processing by Stiki::SpacesController#index as HTML
91491
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91492
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)
91493
+  (0.1ms) rollback transaction
91494
+  (0.0ms) begin transaction
91495
+  (0.0ms) SAVEPOINT active_record_1
91496
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test30201209202347370400' OR "slug" LIKE 'test30201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91497
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test30201209202347370400' LIMIT 1
91498
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test30201209202347370400"], ["slug", "test30201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91500
+  (0.0ms) SAVEPOINT active_record_1
91501
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test31201209202347370400' OR "slug" LIKE 'test31201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91502
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test31201209202347370400' LIMIT 1
91503
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test31201209202347370400"], ["slug", "test31201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91504
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91505
+  (0.0ms) SAVEPOINT active_record_1
91506
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test32201209202347370400' OR "slug" LIKE 'test32201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91507
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test32201209202347370400' LIMIT 1
91508
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test32201209202347370400"], ["slug", "test32201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91509
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91510
+ Processing by Stiki::SpacesController#index as HTML
91511
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91512
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)
91513
+  (0.2ms) rollback transaction
91514
+  (0.0ms) begin transaction
91515
+  (0.0ms) SAVEPOINT active_record_1
91516
+ Stiki::Space Load (0.2ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test33201209202347370400' OR "slug" LIKE 'test33201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91517
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test33201209202347370400' LIMIT 1
91518
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test33201209202347370400"], ["slug", "test33201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91520
+  (0.0ms) SAVEPOINT active_record_1
91521
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test34201209202347370400' OR "slug" LIKE 'test34201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91522
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test34201209202347370400' LIMIT 1
91523
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test34201209202347370400"], ["slug", "test34201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91524
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91525
+  (0.0ms) SAVEPOINT active_record_1
91526
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test35201209202347370400' OR "slug" LIKE 'test35201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91527
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test35201209202347370400' LIMIT 1
91528
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test35201209202347370400"], ["slug", "test35201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91530
+ Processing by Stiki::SpacesController#index as HTML
91531
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91532
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)
91533
+  (0.1ms) rollback transaction
91534
+  (0.0ms) begin transaction
91535
+  (0.0ms) SAVEPOINT active_record_1
91536
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test36201209202347370400' OR "slug" LIKE 'test36201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91537
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test36201209202347370400' LIMIT 1
91538
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test36201209202347370400"], ["slug", "test36201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91540
+  (0.0ms) SAVEPOINT active_record_1
91541
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test37201209202347370400' OR "slug" LIKE 'test37201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91542
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test37201209202347370400' LIMIT 1
91543
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test37201209202347370400"], ["slug", "test37201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91544
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91545
+  (0.0ms) SAVEPOINT active_record_1
91546
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'test38201209202347370400' OR "slug" LIKE 'test38201209202347370400--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91547
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'Test38201209202347370400' LIMIT 1
91548
+ SQL (0.2ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "Test38201209202347370400"], ["slug", "test38201209202347370400"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91550
+ Processing by Stiki::SpacesController#index as HTML
91551
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces"
91552
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)
91553
+  (0.2ms) rollback transaction
91554
+  (0.0ms) begin transaction
91555
+  (0.2ms) SELECT COUNT(*) FROM "stiki_spaces" 
91556
+ Processing by Stiki::SpacesController#create as HTML
91557
+ Parameters: {"space"=>{"name"=>"name123"}}
91558
+  (0.1ms) SAVEPOINT active_record_1
91559
+ Stiki::Space Load (0.1ms) SELECT "stiki_spaces".* FROM "stiki_spaces" WHERE ("slug" = 'name123' OR "slug" LIKE 'name123--%'ESCAPE '\') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1
91560
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91561
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" = 'name123' LIMIT 1
91562
+ SQL (0.3ms) INSERT INTO "stiki_spaces" ("created_at", "name", "slug", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["name", "name123"], ["slug", "name123"], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00]]
91563
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" = 1 AND "stiki_authors"."authorable_type" = 'Stiki::Space') LIMIT 1
91564
+ SQL (0.1ms) INSERT INTO "stiki_authors" ("authorable_id", "authorable_type", "created_at", "creator", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["authorable_id", nil], ["authorable_type", nil], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["creator", nil], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["user_id", nil]]
91565
+ SQL (0.1ms) INSERT INTO "stiki_authors" ("authorable_id", "authorable_type", "created_at", "creator", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["authorable_id", 1], ["authorable_type", "Stiki::Space"], ["created_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["creator", true], ["updated_at", Fri, 21 Sep 2012 03:47:37 UTC +00:00], ["user_id", 1]]
91566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
91567
+ Redirected to http://test.host/wiki/spaces
91568
+ Completed 302 Found in 10ms (ActiveRecord: 1.0ms)
91569
+  (0.1ms) SELECT COUNT(*) FROM "stiki_spaces" 
91570
+  (0.1ms) rollback transaction
91571
+  (0.0ms) begin transaction
91572
+  (0.1ms) SELECT COUNT(*) FROM "stiki_spaces"
91573
+ Processing by Stiki::SpacesController#create as HTML
91574
+  (0.0ms) SAVEPOINT active_record_1
91575
+ Stiki::Author Exists (0.1ms) SELECT 1 AS one FROM "stiki_authors" WHERE ("stiki_authors"."creator" = 't' AND "stiki_authors"."authorable_id" IS NULL AND "stiki_authors"."authorable_type" IS NULL) LIMIT 1
91576
+ Stiki::Space Exists (0.1ms) SELECT 1 AS one FROM "stiki_spaces" WHERE "stiki_spaces"."name" IS NULL LIMIT 1
91577
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
91578
+ Redirected to http://test.host/wiki/spaces
91579
+ Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
91580
+  (0.1ms) SELECT COUNT(*) FROM "stiki_spaces" 
91581
+  (0.0ms) rollback transaction