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