adeia 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/adeia/authorization.rb +4 -4
- data/lib/adeia/version.rb +1 -1
- data/spec/test_app/log/test.log +1903 -0
- metadata +1 -1
data/spec/test_app/log/test.log
CHANGED
@@ -59672,3 +59672,1906 @@ Unpermitted parameter: user
|
|
59672
59672
|
Redirected to http://test.host/articles/1
|
59673
59673
|
Completed 302 Found in 7ms (ActiveRecord: 0.7ms)
|
59674
59674
|
[1m[35m (0.8ms)[0m rollback transaction
|
59675
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
59676
|
+
[1m[35m (0.1ms)[0m begin transaction
|
59677
|
+
[1m[36mAdeia::Token Load (0.9ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59678
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
59679
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59680
|
+
[1m[35mAdeia::Element Load (3.7ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59681
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59682
|
+
[1m[35mSQL (2.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.378610"], ["updated_at", "2015-10-31 16:07:32.378610"]]
|
59683
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59684
|
+
[1m[35mAdeia::Group Load (0.8ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "admin"]]
|
59685
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59686
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin"], ["created_at", "2015-10-31 16:07:32.420623"], ["updated_at", "2015-10-31 16:07:32.420623"]]
|
59687
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59688
|
+
[1m[35mAdeia::Action Load (0.6ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59689
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59690
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.435103"], ["updated_at", "2015-10-31 16:07:32.435103"]]
|
59691
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59692
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59693
|
+
[1m[36mSQL (1.7ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.469968"], ["updated_at", "2015-10-31 16:07:32.469968"]]
|
59694
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.473867"], ["updated_at", "2015-10-31 16:07:32.473867"]]
|
59695
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59696
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59697
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59698
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "adeia_tokens" ("token", "is_valid", "exp_at", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["token", "EGYms8HbRMwPJnGga-CLQg"], ["is_valid", "t"], ["exp_at", "2015-11-30"], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.495891"], ["updated_at", "2015-10-31 16:07:32.495891"]]
|
59699
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59700
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" = ? LIMIT 1 [["token", "EGYms8HbRMwPJnGga-CLQg"]]
|
59701
|
+
[1m[36m (0.2ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_elements"."name" = 'admin/articles'[0m [["id", 1], ["create_right", "t"]]
|
59702
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_elements"."name" = 'admin/articles' [["id", 1], ["create_right", "t"]]
|
59703
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_elements"."name" = 'admin/articles'[0m [["id", 1], ["create_right", "t"]]
|
59704
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_elements"."name" = 'admin/articles' [["id", 1], ["create_right", "t"]]
|
59705
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
59706
|
+
[1m[35m (0.1ms)[0m begin transaction
|
59707
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59708
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
59709
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59710
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59711
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59712
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.561704"], ["updated_at", "2015-10-31 16:07:32.561704"]]
|
59713
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59714
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59715
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59716
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.565949"], ["updated_at", "2015-10-31 16:07:32.565949"]]
|
59717
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59718
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59719
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1002], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-31 16:07:32.572585"], ["updated_at", "2015-10-31 16:07:32.572585"]]
|
59720
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.575000"], ["updated_at", "2015-10-31 16:07:32.575000"]]
|
59721
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59722
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59723
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59724
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
59725
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59726
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59727
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59728
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.585682"], ["updated_at", "2015-10-31 16:07:32.585682"]]
|
59729
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59730
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59731
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
59732
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.588383"], ["updated_at", "2015-10-31 16:07:32.588383"]]
|
59733
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59734
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59735
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1003], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.592082"], ["updated_at", "2015-10-31 16:07:32.592082"]]
|
59736
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.593783"], ["updated_at", "2015-10-31 16:07:32.593783"]]
|
59737
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59738
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59739
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59740
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
59741
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59742
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59743
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59744
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.604024"], ["updated_at", "2015-10-31 16:07:32.604024"]]
|
59745
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59746
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59747
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
59748
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.606677"], ["updated_at", "2015-10-31 16:07:32.606677"]]
|
59749
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59750
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59751
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1004], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.609891"], ["updated_at", "2015-10-31 16:07:32.609891"]]
|
59752
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.611801"], ["updated_at", "2015-10-31 16:07:32.611801"]]
|
59753
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59754
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59755
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59756
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
59757
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59758
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59759
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59760
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.621032"], ["updated_at", "2015-10-31 16:07:32.621032"]]
|
59761
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59762
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59763
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
59764
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.623689"], ["updated_at", "2015-10-31 16:07:32.623689"]]
|
59765
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59766
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
59767
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1005], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.627196"], ["updated_at", "2015-10-31 16:07:32.627196"]]
|
59768
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.628888"], ["updated_at", "2015-10-31 16:07:32.628888"]]
|
59769
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59770
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59771
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59772
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
59773
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59774
|
+
[1m[35mAdeia::Element Load (0.2ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59775
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59776
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.638053"], ["updated_at", "2015-10-31 16:07:32.638053"]]
|
59777
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59778
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59779
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59780
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.640707"], ["updated_at", "2015-10-31 16:07:32.640707"]]
|
59781
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59782
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
59783
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1006], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.644278"], ["updated_at", "2015-10-31 16:07:32.644278"]]
|
59784
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.646050"], ["updated_at", "2015-10-31 16:07:32.646050"]]
|
59785
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59786
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59787
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59788
|
+
[1m[35mAdeia::Group Load (0.7ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1006
|
59789
|
+
[1m[36mAdeia::Permission Load (0.2ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1006 AND "adeia_elements"."name" = 'admin/articles'[0m [["create_right", "t"]]
|
59790
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
59791
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59792
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59793
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59794
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.661554"], ["updated_at", "2015-10-31 16:07:32.661554"]]
|
59795
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59796
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59797
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59798
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.664411"], ["updated_at", "2015-10-31 16:07:32.664411"]]
|
59799
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59800
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59801
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1007], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.668549"], ["updated_at", "2015-10-31 16:07:32.668549"]]
|
59802
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.670063"], ["updated_at", "2015-10-31 16:07:32.670063"]]
|
59803
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59804
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59805
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59806
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
59807
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59808
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59809
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59810
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.687192"], ["updated_at", "2015-10-31 16:07:32.687192"]]
|
59811
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59812
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59813
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
59814
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.689874"], ["updated_at", "2015-10-31 16:07:32.689874"]]
|
59815
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59816
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59817
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1008], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.693947"], ["updated_at", "2015-10-31 16:07:32.693947"]]
|
59818
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.695735"], ["updated_at", "2015-10-31 16:07:32.695735"]]
|
59819
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59820
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59821
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59822
|
+
[1m[35mAdeia::Group Load (0.2ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1008
|
59823
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1008 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
59824
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1008 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
59825
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
59826
|
+
[1m[35m (0.1ms)[0m begin transaction
|
59827
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
59828
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59829
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.708653"], ["updated_at", "2015-10-31 16:07:32.708653"]]
|
59830
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59831
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59832
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
59833
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:32.711340"], ["updated_at", "2015-10-31 16:07:32.711340"]]
|
59834
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
59835
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59836
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1009], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "t"], ["created_at", "2015-10-31 16:07:32.715665"], ["updated_at", "2015-10-31 16:07:32.715665"]]
|
59837
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.718313"], ["updated_at", "2015-10-31 16:07:32.718313"]]
|
59838
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59839
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59840
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
59841
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1009[0m
|
59842
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1009 AND "adeia_elements"."name" = 'admin/articles' [["destroy_right", "t"]]
|
59843
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1009 AND "adeia_elements"."name" = 'admin/articles'[0m [["destroy_right", "t"]]
|
59844
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
59845
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59846
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59847
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59848
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.728712"], ["updated_at", "2015-10-31 16:07:32.728712"]]
|
59849
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59850
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59851
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
59852
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.731279"], ["updated_at", "2015-10-31 16:07:32.731279"]]
|
59853
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59854
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
59855
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1010], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.734640"], ["updated_at", "2015-10-31 16:07:32.734640"]]
|
59856
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.736489"], ["updated_at", "2015-10-31 16:07:32.736489"]]
|
59857
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59858
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59859
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
59860
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
59861
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59862
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59863
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59864
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.746904"], ["updated_at", "2015-10-31 16:07:32.746904"]]
|
59865
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59866
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59867
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59868
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.749710"], ["updated_at", "2015-10-31 16:07:32.749710"]]
|
59869
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59870
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59871
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1011], ["owner_type", "User"], ["permission_type", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.754015"], ["updated_at", "2015-10-31 16:07:32.754015"]]
|
59872
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.755617"], ["updated_at", "2015-10-31 16:07:32.755617"]]
|
59873
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59874
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59875
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
59876
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_tokens" ("token", "is_valid", "exp_at", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["token", "4HVP7-HGJ5Tr_W7DmjhpfA"], ["is_valid", "t"], ["exp_at", "2015-11-30"], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.759392"], ["updated_at", "2015-10-31 16:07:32.759392"]]
|
59877
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59878
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" = ? LIMIT 1 [["token", "4HVP7-HGJ5Tr_W7DmjhpfA"]]
|
59879
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_elements"."name" = 'admin/articles'[0m [["id", 1], ["update_right", "t"]]
|
59880
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_elements"."name" = 'admin/articles' [["id", 1], ["update_right", "t"]]
|
59881
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_elements"."name" = 'admin/articles'[0m [["id", 1], ["update_right", "t"]]
|
59882
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_elements"."name" = 'admin/articles' [["id", 1], ["update_right", "t"]]
|
59883
|
+
[1m[36m (1.3ms)[0m [1mrollback transaction[0m
|
59884
|
+
[1m[35m (0.2ms)[0m begin transaction
|
59885
|
+
[1m[36mAdeia::Element Load (0.2ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
59886
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59887
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.771490"], ["updated_at", "2015-10-31 16:07:32.771490"]]
|
59888
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59889
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59890
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59891
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:32.775771"], ["updated_at", "2015-10-31 16:07:32.775771"]]
|
59892
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59893
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59894
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1012], ["owner_type", "User"], ["permission_type", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.779570"], ["updated_at", "2015-10-31 16:07:32.779570"]]
|
59895
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.780989"], ["updated_at", "2015-10-31 16:07:32.780989"]]
|
59896
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59897
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59898
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
59899
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
59900
|
+
[1m[35m (0.1ms)[0m begin transaction
|
59901
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
59902
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59903
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.790816"], ["updated_at", "2015-10-31 16:07:32.790816"]]
|
59904
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59905
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59906
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
59907
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:32.793448"], ["updated_at", "2015-10-31 16:07:32.793448"]]
|
59908
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59909
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59910
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1013], ["owner_type", "User"], ["permission_type", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.796979"], ["updated_at", "2015-10-31 16:07:32.796979"]]
|
59911
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.798448"], ["updated_at", "2015-10-31 16:07:32.798448"]]
|
59912
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59913
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59914
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
59915
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
59916
|
+
[1m[35m (0.1ms)[0m begin transaction
|
59917
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
59918
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59919
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.811960"], ["updated_at", "2015-10-31 16:07:32.811960"]]
|
59920
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59921
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59922
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
59923
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:32.814674"], ["updated_at", "2015-10-31 16:07:32.814674"]]
|
59924
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59925
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59926
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1016], ["owner_type", "User"], ["permission_type", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.818392"], ["updated_at", "2015-10-31 16:07:32.818392"]]
|
59927
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.820212"], ["updated_at", "2015-10-31 16:07:32.820212"]]
|
59928
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59929
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59930
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
59931
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
59932
|
+
[1m[35m (0.1ms)[0m begin transaction
|
59933
|
+
[1m[36mAdeia::Element Load (0.2ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
59934
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59935
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.830371"], ["updated_at", "2015-10-31 16:07:32.830371"]]
|
59936
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59937
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59938
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59939
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:32.833525"], ["updated_at", "2015-10-31 16:07:32.833525"]]
|
59940
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
59941
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59942
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1018], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.838161"], ["updated_at", "2015-10-31 16:07:32.838161"]]
|
59943
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.839916"], ["updated_at", "2015-10-31 16:07:32.839916"]]
|
59944
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59945
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59946
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
59947
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
59948
|
+
[1m[35m (0.1ms)[0m begin transaction
|
59949
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
59950
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59951
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.848952"], ["updated_at", "2015-10-31 16:07:32.848952"]]
|
59952
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59953
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59954
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59955
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:32.852429"], ["updated_at", "2015-10-31 16:07:32.852429"]]
|
59956
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59957
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59958
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1020], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1020], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.856378"], ["updated_at", "2015-10-31 16:07:32.856378"]]
|
59959
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.857762"], ["updated_at", "2015-10-31 16:07:32.857762"]]
|
59960
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59961
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59962
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
59963
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
59964
|
+
[1m[35m (0.1ms)[0m begin transaction
|
59965
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
59966
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59967
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.867112"], ["updated_at", "2015-10-31 16:07:32.867112"]]
|
59968
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
59969
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
59970
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59971
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:32.871605"], ["updated_at", "2015-10-31 16:07:32.871605"]]
|
59972
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59973
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59974
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1022], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1021], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.877379"], ["updated_at", "2015-10-31 16:07:32.877379"]]
|
59975
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.879329"], ["updated_at", "2015-10-31 16:07:32.879329"]]
|
59976
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59977
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59978
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
59979
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
59980
|
+
[1m[35m (0.1ms)[0m begin transaction
|
59981
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
59982
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59983
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:32.893785"], ["updated_at", "2015-10-31 16:07:32.893785"]]
|
59984
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
59985
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59986
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "adeia_group_users" ("adeia_group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_group_id", 1], ["user_id", 1023], ["created_at", "2015-10-31 16:07:32.899193"], ["updated_at", "2015-10-31 16:07:32.899193"]]
|
59987
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59988
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
59989
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
59990
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:32.903999"], ["updated_at", "2015-10-31 16:07:32.903999"]]
|
59991
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59992
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
59993
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
59994
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:32.906857"], ["updated_at", "2015-10-31 16:07:32.906857"]]
|
59995
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
59996
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
59997
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.910652"], ["updated_at", "2015-10-31 16:07:32.910652"]]
|
59998
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.912111"], ["updated_at", "2015-10-31 16:07:32.912111"]]
|
59999
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60000
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60001
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60002
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
60003
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60004
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60005
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$g./.NS5ccpBo3dBO5wMV2OFmgFR7dQUoCTWSJBCHmnXOTB8TeIuO2"], ["remember_token", "6wqPrMM4tX1U-4Dva4b0lQ"], ["created_at", "2015-10-31 16:07:32.929348"], ["updated_at", "2015-10-31 16:07:32.929348"]]
|
60006
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60007
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
60008
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60009
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:32.933831"], ["updated_at", "2015-10-31 16:07:32.933831"]]
|
60010
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60011
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60012
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60013
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:32.937424"], ["updated_at", "2015-10-31 16:07:32.937424"]]
|
60014
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60015
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60016
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.941474"], ["updated_at", "2015-10-31 16:07:32.941474"]]
|
60017
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.943473"], ["updated_at", "2015-10-31 16:07:32.943473"]]
|
60018
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60019
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60020
|
+
Processing by ArticlesController#index as HTML
|
60021
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "6wqPrMM4tX1U-4Dva4b0lQ"]]
|
60022
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60023
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1
|
60024
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
60025
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
60026
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60027
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
60028
|
+
Completed 200 OK in 20ms (Views: 13.6ms | ActiveRecord: 0.7ms)
|
60029
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
60030
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60031
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60032
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$X6emuUn20UDGqe1ue8OtOe.mAQ9RRoGp3l2TBeVRE5ecv4rbyqwry"], ["remember_token", "nvNFs0wM4H-HO5z1MQKKCg"], ["created_at", "2015-10-31 16:07:32.981784"], ["updated_at", "2015-10-31 16:07:32.981784"]]
|
60033
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60034
|
+
[1m[36mAdeia::Element Load (0.0ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
60035
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60036
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:32.985195"], ["updated_at", "2015-10-31 16:07:32.985195"]]
|
60037
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60038
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60039
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60040
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:32.988220"], ["updated_at", "2015-10-31 16:07:32.988220"]]
|
60041
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60042
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60043
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:32.991570"], ["updated_at", "2015-10-31 16:07:32.991570"]]
|
60044
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:32.992847"], ["updated_at", "2015-10-31 16:07:32.992847"]]
|
60045
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60046
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60047
|
+
Processing by ArticlesController#index as HTML
|
60048
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nvNFs0wM4H-HO5z1MQKKCg"]]
|
60049
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60050
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1
|
60051
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
60052
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
60053
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60054
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
60055
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)
|
60056
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
60057
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60058
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60059
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$nFnycejRAIYqqAG1JyNIY.LNiGDHolhfhEAcMR1JVGqscThIToJmG"], ["remember_token", "4hLwmDbba-9fprqrzuEBnw"], ["created_at", "2015-10-31 16:07:33.006931"], ["updated_at", "2015-10-31 16:07:33.006931"]]
|
60060
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
60061
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
60062
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60063
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:33.011952"], ["updated_at", "2015-10-31 16:07:33.011952"]]
|
60064
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60065
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60066
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60067
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:33.017324"], ["updated_at", "2015-10-31 16:07:33.017324"]]
|
60068
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60069
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60070
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.022070"], ["updated_at", "2015-10-31 16:07:33.022070"]]
|
60071
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:33.023918"], ["updated_at", "2015-10-31 16:07:33.023918"]]
|
60072
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60073
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60074
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60075
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60076
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$q9zhmw30myZLFBGPRuGvIuIGIzicPj0wB9hBTmASM/ZSQVMz55vDW"], ["remember_token", "kWYNFdDPVAxfl1XJRMKfhA"], ["created_at", "2015-10-31 16:07:33.040525"], ["updated_at", "2015-10-31 16:07:33.040525"]]
|
60077
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60078
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60079
|
+
[1m[36mSQL (2.8ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.043067"], ["updated_at", "2015-10-31 16:07:33.043067"]]
|
60080
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60081
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60082
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60083
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.048130"], ["updated_at", "2015-10-31 16:07:33.048130"]]
|
60084
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60085
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60086
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60087
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.050114"], ["updated_at", "2015-10-31 16:07:33.050114"]]
|
60088
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60089
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60090
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60091
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.052493"], ["updated_at", "2015-10-31 16:07:33.052493"]]
|
60092
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60093
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60094
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60095
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.056106"], ["updated_at", "2015-10-31 16:07:33.056106"]]
|
60096
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60097
|
+
Processing by ArticlesController#index as HTML
|
60098
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "4hLwmDbba-9fprqrzuEBnw"]]
|
60099
|
+
[1m[35mAdeia::Token Load (0.2ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60100
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1[0m
|
60101
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
60102
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
60103
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60104
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
60105
|
+
Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.6ms)
|
60106
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
60107
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60108
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60109
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$rAN.KEd1XaF66/cOj.pUgeNljbRROjRyIm168wITZLIpJmLxzmhsK"], ["remember_token", "uHlq7oJAow8OkMu-OG194A"], ["created_at", "2015-10-31 16:07:33.073180"], ["updated_at", "2015-10-31 16:07:33.073180"]]
|
60110
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60111
|
+
[1m[35mAdeia::Element Load (0.0ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
60112
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60113
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:33.076442"], ["updated_at", "2015-10-31 16:07:33.076442"]]
|
60114
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60115
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60116
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60117
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:33.079200"], ["updated_at", "2015-10-31 16:07:33.079200"]]
|
60118
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60119
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60120
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 1], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.083646"], ["updated_at", "2015-10-31 16:07:33.083646"]]
|
60121
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:33.085069"], ["updated_at", "2015-10-31 16:07:33.085069"]]
|
60122
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60123
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60124
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60125
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.090698"], ["updated_at", "2015-10-31 16:07:33.090698"]]
|
60126
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60127
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60128
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.093569"], ["updated_at", "2015-10-31 16:07:33.093569"]]
|
60129
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60130
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60131
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.095696"], ["updated_at", "2015-10-31 16:07:33.095696"]]
|
60132
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60133
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60134
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.097752"], ["updated_at", "2015-10-31 16:07:33.097752"]]
|
60135
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60136
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60137
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.099713"], ["updated_at", "2015-10-31 16:07:33.099713"]]
|
60138
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60139
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60140
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60141
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$dSe/4YEaDgrtqgtGwxPLou8Qtevs2fCyV/r7x404AQXRV8613ZrkS"], ["remember_token", "Vwps1wijMaO0jp8-7xEzVA"], ["created_at", "2015-10-31 16:07:33.103892"], ["updated_at", "2015-10-31 16:07:33.103892"]]
|
60142
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60143
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60144
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.106087"], ["updated_at", "2015-10-31 16:07:33.106087"]]
|
60145
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60146
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60147
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60148
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.109166"], ["updated_at", "2015-10-31 16:07:33.109166"]]
|
60149
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60150
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60151
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60152
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.111221"], ["updated_at", "2015-10-31 16:07:33.111221"]]
|
60153
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60154
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60155
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60156
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.113138"], ["updated_at", "2015-10-31 16:07:33.113138"]]
|
60157
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60158
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60159
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60160
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.115113"], ["updated_at", "2015-10-31 16:07:33.115113"]]
|
60161
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60162
|
+
Processing by ArticlesController#index as HTML
|
60163
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "uHlq7oJAow8OkMu-OG194A"]]
|
60164
|
+
[1m[35mAdeia::Token Load (0.2ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60165
|
+
[1m[36mAdeia::Group Load (0.2ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1[0m
|
60166
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
60167
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
60168
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60169
|
+
Rendered articles/index.html.erb within layouts/application (0.4ms)
|
60170
|
+
Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 0.8ms)
|
60171
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE (user_id = 1 OR id IN (NULL))[0m
|
60172
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
60173
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60174
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60175
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$xI.tDzw.LLKVzU2BOEHEyuydgr1yBbcwdXcQrkIMcFP54gTvuB7fW"], ["remember_token", "eQuyW_QdRm7Sth114k-qRg"], ["created_at", "2015-10-31 16:07:33.133420"], ["updated_at", "2015-10-31 16:07:33.133420"]]
|
60176
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60177
|
+
[1m[36mAdeia::Element Load (0.0ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
60178
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60179
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:33.136959"], ["updated_at", "2015-10-31 16:07:33.136959"]]
|
60180
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60181
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60182
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60183
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:33.140237"], ["updated_at", "2015-10-31 16:07:33.140237"]]
|
60184
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60185
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60186
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 1], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.143578"], ["updated_at", "2015-10-31 16:07:33.143578"]]
|
60187
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:33.144957"], ["updated_at", "2015-10-31 16:07:33.144957"]]
|
60188
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60189
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60190
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60191
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.148745"], ["updated_at", "2015-10-31 16:07:33.148745"]]
|
60192
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60193
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60194
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.150741"], ["updated_at", "2015-10-31 16:07:33.150741"]]
|
60195
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60196
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60197
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.152610"], ["updated_at", "2015-10-31 16:07:33.152610"]]
|
60198
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60199
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60200
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.154211"], ["updated_at", "2015-10-31 16:07:33.154211"]]
|
60201
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60202
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60203
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.155902"], ["updated_at", "2015-10-31 16:07:33.155902"]]
|
60204
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60205
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60206
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60207
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$tOKEH0oc5FXHSmW.tejg2upIEHHSIuSs5ws.r1t2//aKLY4DJkApK"], ["remember_token", "ao1kG0wh73WHh03aiiWqEg"], ["created_at", "2015-10-31 16:07:33.159939"], ["updated_at", "2015-10-31 16:07:33.159939"]]
|
60208
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60209
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60210
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.161449"], ["updated_at", "2015-10-31 16:07:33.161449"]]
|
60211
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60212
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60213
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60214
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.163327"], ["updated_at", "2015-10-31 16:07:33.163327"]]
|
60215
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60216
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60217
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60218
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.165779"], ["updated_at", "2015-10-31 16:07:33.165779"]]
|
60219
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60220
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60221
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60222
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.168803"], ["updated_at", "2015-10-31 16:07:33.168803"]]
|
60223
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60224
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60225
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60226
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.170718"], ["updated_at", "2015-10-31 16:07:33.170718"]]
|
60227
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60228
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60229
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60230
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.172497"], ["updated_at", "2015-10-31 16:07:33.172497"]]
|
60231
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60232
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
60233
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60234
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60235
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 11], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.178881"], ["updated_at", "2015-10-31 16:07:33.178881"]]
|
60236
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 2], ["created_at", "2015-10-31 16:07:33.181409"], ["updated_at", "2015-10-31 16:07:33.181409"]]
|
60237
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60238
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60239
|
+
Processing by ArticlesController#index as HTML
|
60240
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "eQuyW_QdRm7Sth114k-qRg"]]
|
60241
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60242
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1[0m
|
60243
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
60244
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
60245
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60246
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
60247
|
+
Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 0.6ms)
|
60248
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE (user_id = 1 OR id IN (11))[0m
|
60249
|
+
[1m[35m (1.4ms)[0m rollback transaction
|
60250
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60251
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60252
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$3ag0KHLqz5nFHzI/gEQxMO3UEoYuVAHJT8Zs8gcp5lHkQ3g1OaOj2"], ["remember_token", "IpJG8jJajKkqKPhcACnPJQ"], ["created_at", "2015-10-31 16:07:33.203842"], ["updated_at", "2015-10-31 16:07:33.203842"]]
|
60253
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60254
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60255
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60256
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$g0G1q.M7teThKToZVOP.Ne82GHbMHFUBGWgbNlIwa0BNMGABwTz4K"], ["remember_token", "On1Bh3nlUnZAVH5YUKcNjQ"], ["created_at", "2015-10-31 16:07:33.210440"], ["updated_at", "2015-10-31 16:07:33.210440"]]
|
60257
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60258
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60259
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.212749"], ["updated_at", "2015-10-31 16:07:33.212749"]]
|
60260
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60261
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60262
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60263
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.214894"], ["updated_at", "2015-10-31 16:07:33.214894"]]
|
60264
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60265
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60266
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60267
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.217028"], ["updated_at", "2015-10-31 16:07:33.217028"]]
|
60268
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60269
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60270
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60271
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.219245"], ["updated_at", "2015-10-31 16:07:33.219245"]]
|
60272
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60273
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60274
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60275
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.221323"], ["updated_at", "2015-10-31 16:07:33.221323"]]
|
60276
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60277
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60278
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60279
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.223885"], ["updated_at", "2015-10-31 16:07:33.223885"]]
|
60280
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60281
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60282
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60283
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.226045"], ["updated_at", "2015-10-31 16:07:33.226045"]]
|
60284
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60285
|
+
[1m[35mAdeia::Element Load (0.0ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
60286
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60287
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:33.228933"], ["updated_at", "2015-10-31 16:07:33.228933"]]
|
60288
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60289
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60290
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60291
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:33.231261"], ["updated_at", "2015-10-31 16:07:33.231261"]]
|
60292
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60293
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60294
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.235221"], ["updated_at", "2015-10-31 16:07:33.235221"]]
|
60295
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:33.237724"], ["updated_at", "2015-10-31 16:07:33.237724"]]
|
60296
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60297
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60298
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
60299
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60300
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60301
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 2], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.251079"], ["updated_at", "2015-10-31 16:07:33.251079"]]
|
60302
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 2], ["created_at", "2015-10-31 16:07:33.252757"], ["updated_at", "2015-10-31 16:07:33.252757"]]
|
60303
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60304
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60305
|
+
Processing by ArticlesController#index as HTML
|
60306
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "IpJG8jJajKkqKPhcACnPJQ"]]
|
60307
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60308
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1
|
60309
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
60310
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
60311
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60312
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
60313
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.5ms)
|
60314
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" IN (1, 2)
|
60315
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
60316
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60317
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60318
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$iDpODA8RgZlizLU62iwUNetxvx6sy4s/KJL0B6/2C9YFvn0IPpen2"], ["remember_token", "6vCuu5bD88YJrTmfylYrpg"], ["created_at", "2015-10-31 16:07:33.268227"], ["updated_at", "2015-10-31 16:07:33.268227"]]
|
60319
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60320
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
60321
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60322
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:33.272547"], ["updated_at", "2015-10-31 16:07:33.272547"]]
|
60323
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60324
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60325
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60326
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:33.276347"], ["updated_at", "2015-10-31 16:07:33.276347"]]
|
60327
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60328
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60329
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.279318"], ["updated_at", "2015-10-31 16:07:33.279318"]]
|
60330
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:33.280571"], ["updated_at", "2015-10-31 16:07:33.280571"]]
|
60331
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60332
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60333
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60334
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60335
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$jSrX3iY0/y6.ak0naY79MOIvgb3adgY/gt4fkgwDNGzpdYoK2ZO3G"], ["remember_token", "lxiPgRzXcMRtTXPICV8iDw"], ["created_at", "2015-10-31 16:07:33.286323"], ["updated_at", "2015-10-31 16:07:33.286323"]]
|
60336
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60337
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60338
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.287961"], ["updated_at", "2015-10-31 16:07:33.287961"]]
|
60339
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60340
|
+
Processing by ArticlesController#show as HTML
|
60341
|
+
Parameters: {"id"=>"1"}
|
60342
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "6vCuu5bD88YJrTmfylYrpg"]]
|
60343
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
|
60344
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60345
|
+
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms)
|
60346
|
+
[1m[36m (1.3ms)[0m [1mrollback transaction[0m
|
60347
|
+
[1m[35m (0.2ms)[0m begin transaction
|
60348
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60349
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$aPaxivuHTqQ1k6YkSmVybOfEAQVehJIk79pPoAOVNGCQjKD0kHz4K"], ["remember_token", "jeYXOlYjVm3Gmarkm4jTgA"], ["created_at", "2015-10-31 16:07:33.298795"], ["updated_at", "2015-10-31 16:07:33.298795"]]
|
60350
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60351
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
60352
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60353
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:33.303055"], ["updated_at", "2015-10-31 16:07:33.303055"]]
|
60354
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60355
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60356
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60357
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:33.306462"], ["updated_at", "2015-10-31 16:07:33.306462"]]
|
60358
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60359
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60360
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.309569"], ["updated_at", "2015-10-31 16:07:33.309569"]]
|
60361
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:33.310826"], ["updated_at", "2015-10-31 16:07:33.310826"]]
|
60362
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60363
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60364
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60365
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60366
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$/jpHCXxpCVTQeOWJCzesbOIKwpEvqGX4hTgSRKliVK2YWjAC0OW46"], ["remember_token", "J5OzQxT7xhsw59Zqq4yXGg"], ["created_at", "2015-10-31 16:07:33.316607"], ["updated_at", "2015-10-31 16:07:33.316607"]]
|
60367
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60368
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60369
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.318454"], ["updated_at", "2015-10-31 16:07:33.318454"]]
|
60370
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60371
|
+
Processing by ArticlesController#show as HTML
|
60372
|
+
Parameters: {"id"=>"1"}
|
60373
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "jeYXOlYjVm3Gmarkm4jTgA"]]
|
60374
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
|
60375
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60376
|
+
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)
|
60377
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
60378
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60379
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60380
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$OF0KN8P57Fr0AMkCWxRcMu.8vchXP91c.yZmV1NW/LvpcpYOxvmvu"], ["remember_token", "3i8QcLW6MoXb-M_Ho8o5Qg"], ["created_at", "2015-10-31 16:07:33.329027"], ["updated_at", "2015-10-31 16:07:33.329027"]]
|
60381
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60382
|
+
[1m[35mAdeia::Element Load (0.0ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
60383
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60384
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:33.331992"], ["updated_at", "2015-10-31 16:07:33.331992"]]
|
60385
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60386
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60387
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60388
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:33.334926"], ["updated_at", "2015-10-31 16:07:33.334926"]]
|
60389
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60390
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
60391
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.341229"], ["updated_at", "2015-10-31 16:07:33.341229"]]
|
60392
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:33.344455"], ["updated_at", "2015-10-31 16:07:33.344455"]]
|
60393
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60394
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60395
|
+
Processing by ArticlesController#new as HTML
|
60396
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "3i8QcLW6MoXb-M_Ho8o5Qg"]]
|
60397
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60398
|
+
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)
|
60399
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
60400
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60401
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60402
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$gT75mCDYa.mcZ2j52lu5VuGtN4IpT4KJ6MgU1sOLN4ncbdm7.6vw6"], ["remember_token", "q-vMnSG3898pGR_HrcEAHA"], ["created_at", "2015-10-31 16:07:33.357663"], ["updated_at", "2015-10-31 16:07:33.357663"]]
|
60403
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60404
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
60405
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60406
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:33.361063"], ["updated_at", "2015-10-31 16:07:33.361063"]]
|
60407
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60408
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60409
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60410
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:33.364675"], ["updated_at", "2015-10-31 16:07:33.364675"]]
|
60411
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60412
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60413
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.367826"], ["updated_at", "2015-10-31 16:07:33.367826"]]
|
60414
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:33.369436"], ["updated_at", "2015-10-31 16:07:33.369436"]]
|
60415
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60416
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60417
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60418
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60419
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$0rWz/8dvYCQN3DEa0UvFSupl4ghIlMn3Hl.noBeT//jSGDH74pgNu"], ["remember_token", "IbMtvFbQCxXNz9yJohCSNQ"], ["created_at", "2015-10-31 16:07:33.375561"], ["updated_at", "2015-10-31 16:07:33.375561"]]
|
60420
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60421
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60422
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.377159"], ["updated_at", "2015-10-31 16:07:33.377159"]]
|
60423
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60424
|
+
Processing by ArticlesController#edit as HTML
|
60425
|
+
Parameters: {"id"=>"1"}
|
60426
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "q-vMnSG3898pGR_HrcEAHA"]]
|
60427
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
|
60428
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60429
|
+
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)
|
60430
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
60431
|
+
[1m[35m (0.2ms)[0m begin transaction
|
60432
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60433
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$JIXPHjXZksiTRY40I71DKuKjbbL6lgix7QTv6jjhHNFVmUKfW8WAS"], ["remember_token", "A1F_U_F9tC24lGlBjiplrA"], ["created_at", "2015-10-31 16:07:33.389756"], ["updated_at", "2015-10-31 16:07:33.389756"]]
|
60434
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60435
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
60436
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60437
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:33.395780"], ["updated_at", "2015-10-31 16:07:33.395780"]]
|
60438
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60439
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60440
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60441
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:33.399693"], ["updated_at", "2015-10-31 16:07:33.399693"]]
|
60442
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60443
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60444
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:33.403792"], ["updated_at", "2015-10-31 16:07:33.403792"]]
|
60445
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:33.405536"], ["updated_at", "2015-10-31 16:07:33.405536"]]
|
60446
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60447
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60448
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60449
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60450
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$dw69laJVyV9jZJeNP5I5EeQTKTzbWJPrJjVe.6YShJxEW/jtVXW5."], ["remember_token", "fGWwbbH7x6o5EFvVcJcIyg"], ["created_at", "2015-10-31 16:07:33.412199"], ["updated_at", "2015-10-31 16:07:33.412199"]]
|
60451
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60452
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60453
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.413914"], ["updated_at", "2015-10-31 16:07:33.413914"]]
|
60454
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60455
|
+
Processing by ArticlesController#edit as HTML
|
60456
|
+
Parameters: {"id"=>"1"}
|
60457
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "A1F_U_F9tC24lGlBjiplrA"]]
|
60458
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
|
60459
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60460
|
+
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)
|
60461
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
60462
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60463
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60464
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$j0XnyEnSNdI2elyDAEnGte7ovE7czfnbFWPPWP0Sj3CalYD5sKhw."], ["remember_token", "LgStq8MPdDfsGa8jmYGLdA"], ["created_at", "2015-10-31 16:07:33.424103"], ["updated_at", "2015-10-31 16:07:33.424103"]]
|
60465
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60466
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60467
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60468
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$Ujtb19jMy3vvUHcuQCwXpOrNF5xMl8SYuLBj4fpG/HLLxZ9/25i5S"], ["remember_token", "SKWQCzw_utou9I9qHXJcVw"], ["created_at", "2015-10-31 16:07:33.430285"], ["updated_at", "2015-10-31 16:07:33.430285"]]
|
60469
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60470
|
+
Processing by ArticlesController#create as HTML
|
60471
|
+
Parameters: {"article"=>{"title"=>"Des ours meurt chaque année", "content"=>"Chaque année, plus de 1000 ourse blancs meurt", "user"=>"2"}}
|
60472
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "LgStq8MPdDfsGa8jmYGLdA"]]
|
60473
|
+
Unpermitted parameter: user
|
60474
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60475
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.434924"], ["updated_at", "2015-10-31 16:07:33.434924"]]
|
60476
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60477
|
+
Redirected to http://test.host/articles/1
|
60478
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
|
60479
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
60480
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60481
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60482
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$ny.2oLnSmaMEmI42ofUE1eC4hD82YIYuNy3zrcrkA5gUw1pv5H9Ea"], ["remember_token", "1f3DpuejNY2-Cb_VEYpS4A"], ["created_at", "2015-10-31 16:07:33.443018"], ["updated_at", "2015-10-31 16:07:33.443018"]]
|
60483
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60484
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60485
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60486
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$yPySEcMyoswLXnBVA9nFZurS5aEbdf5cRFCAAz/XH56Q/Um0Of/C2"], ["remember_token", "YArXeCHt5EzlPGRnuJEaWA"], ["created_at", "2015-10-31 16:07:33.447458"], ["updated_at", "2015-10-31 16:07:33.447458"]]
|
60487
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60488
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60489
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:33.449196"], ["updated_at", "2015-10-31 16:07:33.449196"]]
|
60490
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60491
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60492
|
+
Processing by ArticlesController#update as HTML
|
60493
|
+
Parameters: {"article"=>{"title"=>"Des ours meurt chaque année", "content"=>"Chaque année, plus de 1000 ourse blancs meurt", "user"=>"2"}, "id"=>"1"}
|
60494
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "1f3DpuejNY2-Cb_VEYpS4A"]]
|
60495
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
|
60496
|
+
Unpermitted parameter: user
|
60497
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60498
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60499
|
+
Redirected to http://test.host/articles/1
|
60500
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
60501
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
60502
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60503
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60504
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60505
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$F4wZeLkw.9TKL6qpDhSP/eDgDPjgomwB6WQHTMUg9HWwmr7ivEz0u"], ["remember_token", "_B4diYg44Ocj8dfY6FtqeA"], ["created_at", "2015-10-31 16:07:33.461048"], ["updated_at", "2015-10-31 16:07:33.461048"]]
|
60506
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60507
|
+
Processing by ArticlesController#create as HTML
|
60508
|
+
Parameters: {"article"=>{"title"=>"Des ours meurt chaque année", "content"=>"Chaque année, plus de 1000 ourse blancs meurt", "user"=>"1"}}
|
60509
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
60510
|
+
Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.1ms)
|
60511
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
60512
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60513
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
60514
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60515
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$1EeXXOJgw9JTpkbSrgK83eRfk4HN9hE3XatDdOCLnTb6aA.ti1ru2"], ["remember_token", "fz8YyWvNLU6J_443ZZngRw"], ["created_at", "2015-10-31 16:07:33.484718"], ["updated_at", "2015-10-31 16:07:33.484718"]]
|
60516
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60517
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60518
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:33.487034"], ["updated_at", "2015-10-31 16:07:33.487034"]]
|
60519
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60520
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
60521
|
+
Processing by ArticlesController#update as HTML
|
60522
|
+
Parameters: {"article"=>{"title"=>"Des ours meurt chaque année", "content"=>"Chaque année, plus de 1000 ourse blancs meurt", "user"=>"1"}, "id"=>"1"}
|
60523
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
60524
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms)
|
60525
|
+
[1m[36m (1.4ms)[0m [1mrollback transaction[0m
|
60526
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60527
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60528
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60529
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:33.498365"], ["updated_at", "2015-10-31 16:07:33.498365"]]
|
60530
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60531
|
+
[1m[36mAdeia::Group Load (0.0ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
60532
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60533
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:33.500557"], ["updated_at", "2015-10-31 16:07:33.500557"]]
|
60534
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60535
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60536
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60537
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:33.503133"], ["updated_at", "2015-10-31 16:07:33.503133"]]
|
60538
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60539
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
60540
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60541
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60542
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60543
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:33.509860"], ["updated_at", "2015-10-31 16:07:33.509860"]]
|
60544
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60545
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60546
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60547
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:33.513007"], ["updated_at", "2015-10-31 16:07:33.513007"]]
|
60548
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60549
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
60550
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60551
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
60552
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60553
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:33.522852"], ["updated_at", "2015-10-31 16:07:33.522852"]]
|
60554
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60555
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60556
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60557
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:33.526130"], ["updated_at", "2015-10-31 16:07:33.526130"]]
|
60558
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60559
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
60560
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60561
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60562
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60563
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:33.533047"], ["updated_at", "2015-10-31 16:07:33.533047"]]
|
60564
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60565
|
+
[1m[36mAdeia::Group Load (0.0ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
60566
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60567
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:33.535182"], ["updated_at", "2015-10-31 16:07:33.535182"]]
|
60568
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60569
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60570
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60571
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:33.538395"], ["updated_at", "2015-10-31 16:07:33.538395"]]
|
60572
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60573
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
60574
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60575
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60576
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60577
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:33.545737"], ["updated_at", "2015-10-31 16:07:33.545737"]]
|
60578
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60579
|
+
[1m[36mAdeia::Group Load (0.0ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
60580
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60581
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:33.547788"], ["updated_at", "2015-10-31 16:07:33.547788"]]
|
60582
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60583
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60584
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60585
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:33.550371"], ["updated_at", "2015-10-31 16:07:33.550371"]]
|
60586
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60587
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
60588
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60589
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60590
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60591
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:33.557343"], ["updated_at", "2015-10-31 16:07:33.557343"]]
|
60592
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60593
|
+
[1m[36mAdeia::Group Load (0.0ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
60594
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60595
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:33.559685"], ["updated_at", "2015-10-31 16:07:33.559685"]]
|
60596
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60597
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
60598
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
60599
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60600
|
+
[1m[36mAdeia::Token Load (0.8ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60601
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
60602
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60603
|
+
[1m[35mAdeia::Element Load (0.9ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60604
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60605
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.280699"], ["updated_at", "2015-10-31 16:07:54.280699"]]
|
60606
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60607
|
+
[1m[35mAdeia::Group Load (0.7ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "admin"]]
|
60608
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60609
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin"], ["created_at", "2015-10-31 16:07:54.316773"], ["updated_at", "2015-10-31 16:07:54.316773"]]
|
60610
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60611
|
+
[1m[35mAdeia::Action Load (0.7ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60612
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60613
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.331520"], ["updated_at", "2015-10-31 16:07:54.331520"]]
|
60614
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60615
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60616
|
+
[1m[36mSQL (1.4ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.358970"], ["updated_at", "2015-10-31 16:07:54.358970"]]
|
60617
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.361856"], ["updated_at", "2015-10-31 16:07:54.361856"]]
|
60618
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60619
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60620
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60621
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "adeia_tokens" ("token", "is_valid", "exp_at", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["token", "ugYKVzc0CJfLtk6ISljgdw"], ["is_valid", "t"], ["exp_at", "2015-11-30"], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.379937"], ["updated_at", "2015-10-31 16:07:54.379937"]]
|
60622
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60623
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" = ? LIMIT 1 [["token", "ugYKVzc0CJfLtk6ISljgdw"]]
|
60624
|
+
[1m[36m (0.4ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_elements"."name" = 'admin/articles'[0m [["id", 1], ["create_right", "t"]]
|
60625
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_elements"."name" = 'admin/articles' [["id", 1], ["create_right", "t"]]
|
60626
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_elements"."name" = 'admin/articles'[0m [["id", 1], ["create_right", "t"]]
|
60627
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_elements"."name" = 'admin/articles' [["id", 1], ["create_right", "t"]]
|
60628
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
60629
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60630
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60631
|
+
[1m[35mAdeia::Group Load (0.5ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1001
|
60632
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1001 AND "adeia_elements"."name" = 'admin/articles'[0m [["create_right", "t"]]
|
60633
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
60634
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60635
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60636
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60637
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.416752"], ["updated_at", "2015-10-31 16:07:54.416752"]]
|
60638
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60639
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60640
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60641
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.419696"], ["updated_at", "2015-10-31 16:07:54.419696"]]
|
60642
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60643
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60644
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1002], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-31 16:07:54.423486"], ["updated_at", "2015-10-31 16:07:54.423486"]]
|
60645
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.424847"], ["updated_at", "2015-10-31 16:07:54.424847"]]
|
60646
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60647
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
60648
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60649
|
+
[1m[35mAdeia::Group Load (0.2ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1002
|
60650
|
+
[1m[36mAdeia::Permission Load (0.2ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1002 AND "adeia_elements"."name" = 'admin/articles'[0m [["create_right", "t"]]
|
60651
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
60652
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60653
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60654
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60655
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.437084"], ["updated_at", "2015-10-31 16:07:54.437084"]]
|
60656
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60657
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60658
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60659
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.439782"], ["updated_at", "2015-10-31 16:07:54.439782"]]
|
60660
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60661
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60662
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1003], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.444406"], ["updated_at", "2015-10-31 16:07:54.444406"]]
|
60663
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.446811"], ["updated_at", "2015-10-31 16:07:54.446811"]]
|
60664
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60665
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60666
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60667
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1003
|
60668
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1003 AND "adeia_elements"."name" = 'admin/articles'[0m [["read_right", "t"]]
|
60669
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1003 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
60670
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
60671
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60672
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60673
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60674
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.457961"], ["updated_at", "2015-10-31 16:07:54.457961"]]
|
60675
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60676
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60677
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60678
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:54.460661"], ["updated_at", "2015-10-31 16:07:54.460661"]]
|
60679
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60680
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60681
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1004], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.463942"], ["updated_at", "2015-10-31 16:07:54.463942"]]
|
60682
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.465777"], ["updated_at", "2015-10-31 16:07:54.465777"]]
|
60683
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60684
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60685
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60686
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1004[0m
|
60687
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1004 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
60688
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1004 AND "adeia_elements"."name" = 'admin/articles'[0m [["read_right", "t"]]
|
60689
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
60690
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60691
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60692
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60693
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.477286"], ["updated_at", "2015-10-31 16:07:54.477286"]]
|
60694
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60695
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60696
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
60697
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.480813"], ["updated_at", "2015-10-31 16:07:54.480813"]]
|
60698
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60699
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60700
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1005], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.486127"], ["updated_at", "2015-10-31 16:07:54.486127"]]
|
60701
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.487546"], ["updated_at", "2015-10-31 16:07:54.487546"]]
|
60702
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60703
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60704
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60705
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1005
|
60706
|
+
[1m[36mAdeia::Permission Load (0.2ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1005 AND "adeia_elements"."name" = 'admin/articles'[0m [["create_right", "t"]]
|
60707
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
60708
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60709
|
+
[1m[35mAdeia::Element Load (0.2ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60710
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60711
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.498884"], ["updated_at", "2015-10-31 16:07:54.498884"]]
|
60712
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60713
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60714
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60715
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.503002"], ["updated_at", "2015-10-31 16:07:54.503002"]]
|
60716
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60717
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60718
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1006], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.508291"], ["updated_at", "2015-10-31 16:07:54.508291"]]
|
60719
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.509972"], ["updated_at", "2015-10-31 16:07:54.509972"]]
|
60720
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60721
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60722
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60723
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1006
|
60724
|
+
[1m[36mAdeia::Permission Load (0.2ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1006 AND "adeia_elements"."name" = 'admin/articles'[0m [["create_right", "t"]]
|
60725
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
60726
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60727
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60728
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60729
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.520916"], ["updated_at", "2015-10-31 16:07:54.520916"]]
|
60730
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60731
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60732
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60733
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.523710"], ["updated_at", "2015-10-31 16:07:54.523710"]]
|
60734
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60735
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60736
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1007], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.527946"], ["updated_at", "2015-10-31 16:07:54.527946"]]
|
60737
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.529704"], ["updated_at", "2015-10-31 16:07:54.529704"]]
|
60738
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60739
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60740
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60741
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1007
|
60742
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1007 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
60743
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1007 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
60744
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
60745
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60746
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60747
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60748
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.541149"], ["updated_at", "2015-10-31 16:07:54.541149"]]
|
60749
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60750
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60751
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60752
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:54.544140"], ["updated_at", "2015-10-31 16:07:54.544140"]]
|
60753
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60754
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60755
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1008], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.547839"], ["updated_at", "2015-10-31 16:07:54.547839"]]
|
60756
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.549461"], ["updated_at", "2015-10-31 16:07:54.549461"]]
|
60757
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60758
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60759
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60760
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1008[0m
|
60761
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1008 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
60762
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1008 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
60763
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
60764
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60765
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60766
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60767
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.560647"], ["updated_at", "2015-10-31 16:07:54.560647"]]
|
60768
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60769
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60770
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60771
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.563245"], ["updated_at", "2015-10-31 16:07:54.563245"]]
|
60772
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60773
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60774
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1009], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "t"], ["created_at", "2015-10-31 16:07:54.573818"], ["updated_at", "2015-10-31 16:07:54.573818"]]
|
60775
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.575340"], ["updated_at", "2015-10-31 16:07:54.575340"]]
|
60776
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60777
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60778
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60779
|
+
[1m[35mAdeia::Group Load (0.3ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1009
|
60780
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1009 AND "adeia_elements"."name" = 'admin/articles'[0m [["destroy_right", "t"]]
|
60781
|
+
[1m[35mAdeia::Permission Load (0.3ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1009 AND "adeia_elements"."name" = 'admin/articles' [["destroy_right", "t"]]
|
60782
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
60783
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60784
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60785
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60786
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.587049"], ["updated_at", "2015-10-31 16:07:54.587049"]]
|
60787
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60788
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60789
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60790
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:54.590115"], ["updated_at", "2015-10-31 16:07:54.590115"]]
|
60791
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60792
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60793
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1010], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.593754"], ["updated_at", "2015-10-31 16:07:54.593754"]]
|
60794
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.595133"], ["updated_at", "2015-10-31 16:07:54.595133"]]
|
60795
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60796
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60797
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60798
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1010[0m
|
60799
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."adeia_permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."adeia_action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1010 AND "adeia_elements"."name" = 'admin/articles' AND "adeia_actions"."name" = 'share'
|
60800
|
+
[1m[36mAdeia::Permission Load (0.2ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."adeia_permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."adeia_action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1010 AND "adeia_elements"."name" = 'admin/articles' AND "adeia_actions"."name" = 'share'[0m
|
60801
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
60802
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60803
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60804
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60805
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.606178"], ["updated_at", "2015-10-31 16:07:54.606178"]]
|
60806
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60807
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60808
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60809
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.608752"], ["updated_at", "2015-10-31 16:07:54.608752"]]
|
60810
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60811
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60812
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1011], ["owner_type", "User"], ["permission_type", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.612615"], ["updated_at", "2015-10-31 16:07:54.612615"]]
|
60813
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.614255"], ["updated_at", "2015-10-31 16:07:54.614255"]]
|
60814
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60815
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60816
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60817
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_tokens" ("token", "is_valid", "exp_at", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["token", "Vg-kunKfhdjujA_IDMv4Rg"], ["is_valid", "t"], ["exp_at", "2015-11-30"], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.618577"], ["updated_at", "2015-10-31 16:07:54.618577"]]
|
60818
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60819
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" = ? LIMIT 1 [["token", "Vg-kunKfhdjujA_IDMv4Rg"]]
|
60820
|
+
[1m[36m (0.2ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_elements"."name" = 'admin/articles'[0m [["id", 1], ["update_right", "t"]]
|
60821
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_elements"."name" = 'admin/articles' [["id", 1], ["update_right", "t"]]
|
60822
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_elements"."name" = 'admin/articles'[0m [["id", 1], ["update_right", "t"]]
|
60823
|
+
[1m[35mAdeia::Permission Load (0.2ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."id" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_elements"."name" = 'admin/articles' [["id", 1], ["update_right", "t"]]
|
60824
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
60825
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60826
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60827
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60828
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.630336"], ["updated_at", "2015-10-31 16:07:54.630336"]]
|
60829
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60830
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60831
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60832
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:54.633987"], ["updated_at", "2015-10-31 16:07:54.633987"]]
|
60833
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60834
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60835
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1012], ["owner_type", "User"], ["permission_type", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.638174"], ["updated_at", "2015-10-31 16:07:54.638174"]]
|
60836
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.639602"], ["updated_at", "2015-10-31 16:07:54.639602"]]
|
60837
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60838
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60839
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60840
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1012[0m
|
60841
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1012 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
60842
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1012 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
60843
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
60844
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60845
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60846
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60847
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.650518"], ["updated_at", "2015-10-31 16:07:54.650518"]]
|
60848
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60849
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60850
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60851
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.653103"], ["updated_at", "2015-10-31 16:07:54.653103"]]
|
60852
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60853
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60854
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1013], ["owner_type", "User"], ["permission_type", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.657571"], ["updated_at", "2015-10-31 16:07:54.657571"]]
|
60855
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.659086"], ["updated_at", "2015-10-31 16:07:54.659086"]]
|
60856
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60857
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60858
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60859
|
+
[1m[35mAdeia::Group Load (0.2ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1013
|
60860
|
+
[1m[36m (0.2ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1013 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
60861
|
+
[1m[35mAdeia::Permission Load (0.2ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1013 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
60862
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
60863
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60864
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60865
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60866
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.674403"], ["updated_at", "2015-10-31 16:07:54.674403"]]
|
60867
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60868
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60869
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60870
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:54.677108"], ["updated_at", "2015-10-31 16:07:54.677108"]]
|
60871
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60872
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60873
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1016], ["owner_type", "User"], ["permission_type", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.680735"], ["updated_at", "2015-10-31 16:07:54.680735"]]
|
60874
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.683044"], ["updated_at", "2015-10-31 16:07:54.683044"]]
|
60875
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60876
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60877
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60878
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1016[0m
|
60879
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1016 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
60880
|
+
[1m[36mAdeia::Permission Load (0.2ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1016 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
60881
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
60882
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60883
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60884
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60885
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.695183"], ["updated_at", "2015-10-31 16:07:54.695183"]]
|
60886
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60887
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60888
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60889
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.698513"], ["updated_at", "2015-10-31 16:07:54.698513"]]
|
60890
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60891
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60892
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1018], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.702294"], ["updated_at", "2015-10-31 16:07:54.702294"]]
|
60893
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.703830"], ["updated_at", "2015-10-31 16:07:54.703830"]]
|
60894
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60895
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60896
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60897
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1018
|
60898
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1018 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
60899
|
+
[1m[35mAdeia::Permission Load (0.2ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1018 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
60900
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
60901
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60902
|
+
[1m[36mAdeia::Element Load (0.2ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
60903
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60904
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.717835"], ["updated_at", "2015-10-31 16:07:54.717835"]]
|
60905
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60906
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60907
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60908
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:54.722615"], ["updated_at", "2015-10-31 16:07:54.722615"]]
|
60909
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60910
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60911
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1020], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1020], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.726913"], ["updated_at", "2015-10-31 16:07:54.726913"]]
|
60912
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.730044"], ["updated_at", "2015-10-31 16:07:54.730044"]]
|
60913
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60914
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60915
|
+
[1m[35mAdeia::Token Load (0.2ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
60916
|
+
[1m[36mAdeia::Group Load (0.2ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1020[0m
|
60917
|
+
[1m[35m (0.2ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1020 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
60918
|
+
[1m[36mAdeia::Permission Load (0.2ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1020 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
60919
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
60920
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60921
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60922
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60923
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.745220"], ["updated_at", "2015-10-31 16:07:54.745220"]]
|
60924
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60925
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60926
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60927
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.748157"], ["updated_at", "2015-10-31 16:07:54.748157"]]
|
60928
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60929
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
60930
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1022], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1021], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.752426"], ["updated_at", "2015-10-31 16:07:54.752426"]]
|
60931
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.753940"], ["updated_at", "2015-10-31 16:07:54.753940"]]
|
60932
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60933
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60934
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60935
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1022
|
60936
|
+
[1m[36m (0.2ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1022 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
60937
|
+
[1m[35mAdeia::Permission Load (0.2ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1022 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
60938
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
60939
|
+
[1m[35m (0.1ms)[0m begin transaction
|
60940
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
60941
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60942
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:54.768937"], ["updated_at", "2015-10-31 16:07:54.768937"]]
|
60943
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60944
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
60945
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "adeia_group_users" ("adeia_group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_group_id", 1], ["user_id", 1023], ["created_at", "2015-10-31 16:07:54.774424"], ["updated_at", "2015-10-31 16:07:54.774424"]]
|
60946
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60947
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
60948
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
60949
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:54.779361"], ["updated_at", "2015-10-31 16:07:54.779361"]]
|
60950
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60951
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60952
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60953
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.782370"], ["updated_at", "2015-10-31 16:07:54.782370"]]
|
60954
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60955
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60956
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.786347"], ["updated_at", "2015-10-31 16:07:54.786347"]]
|
60957
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.788067"], ["updated_at", "2015-10-31 16:07:54.788067"]]
|
60958
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60959
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60960
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60961
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1023
|
60962
|
+
[1m[36mAdeia::Permission Load (0.3ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1023) AND "adeia_elements"."name" = 'admin/articles'[0m [["create_right", "t"]]
|
60963
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
60964
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60965
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60966
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$gx4SIWQn80Wn9CWEAnjl3u93QJoBIPi/QEVPplg73bkV55PhJbAcS"], ["remember_token", "XCtp2OGJXlngQmGG8sScuA"], ["created_at", "2015-10-31 16:07:54.807506"], ["updated_at", "2015-10-31 16:07:54.807506"]]
|
60967
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60968
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
60969
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60970
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:54.811716"], ["updated_at", "2015-10-31 16:07:54.811716"]]
|
60971
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60972
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
60973
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60974
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:54.814417"], ["updated_at", "2015-10-31 16:07:54.814417"]]
|
60975
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60976
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
60977
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.817691"], ["updated_at", "2015-10-31 16:07:54.817691"]]
|
60978
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.818993"], ["updated_at", "2015-10-31 16:07:54.818993"]]
|
60979
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
60980
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
60981
|
+
Processing by ArticlesController#index as HTML
|
60982
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "XCtp2OGJXlngQmGG8sScuA"]]
|
60983
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60984
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1
|
60985
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
60986
|
+
[1m[35mAdeia::Permission Load (6.5ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
60987
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
60988
|
+
Rendered articles/index.html.erb within layouts/application (0.4ms)
|
60989
|
+
Completed 200 OK in 33ms (Views: 20.1ms | ActiveRecord: 7.2ms)
|
60990
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
60991
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60992
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
60993
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$dJ/UXKB96g6fvMzLJEmlyOwmDHo5op9DgMbk6lLgHbTdigZCRHfGG"], ["remember_token", "dZuEADt6zcu_ZBgUt9bzcg"], ["created_at", "2015-10-31 16:07:54.865056"], ["updated_at", "2015-10-31 16:07:54.865056"]]
|
60994
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60995
|
+
[1m[36mAdeia::Element Load (0.0ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
60996
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
60997
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:54.868761"], ["updated_at", "2015-10-31 16:07:54.868761"]]
|
60998
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
60999
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61000
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61001
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:54.871771"], ["updated_at", "2015-10-31 16:07:54.871771"]]
|
61002
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61003
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61004
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.874895"], ["updated_at", "2015-10-31 16:07:54.874895"]]
|
61005
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.876109"], ["updated_at", "2015-10-31 16:07:54.876109"]]
|
61006
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61007
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61008
|
+
Processing by ArticlesController#index as HTML
|
61009
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "dZuEADt6zcu_ZBgUt9bzcg"]]
|
61010
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
61011
|
+
[1m[35mAdeia::Group Load (0.3ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1
|
61012
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
61013
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
61014
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
61015
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
61016
|
+
Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.8ms)
|
61017
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
61018
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
61019
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61020
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$RNe8WBoCvBYabdce.8WnyuHJSXuHe0rOIR4NxbIbuT6avxtepduMa"], ["remember_token", "8KQD3RBZeOsWI_n1K5XLzg"], ["created_at", "2015-10-31 16:07:54.895601"], ["updated_at", "2015-10-31 16:07:54.895601"]]
|
61021
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61022
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
61023
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61024
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:54.900103"], ["updated_at", "2015-10-31 16:07:54.900103"]]
|
61025
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61026
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61027
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61028
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:54.903483"], ["updated_at", "2015-10-31 16:07:54.903483"]]
|
61029
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61030
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61031
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.906957"], ["updated_at", "2015-10-31 16:07:54.906957"]]
|
61032
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.908244"], ["updated_at", "2015-10-31 16:07:54.908244"]]
|
61033
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61034
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61035
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61036
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61037
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$zzk0nrbn/cK9wMJcElPkLe2H2wusMun/IhvO9cfUlbamoU3d4ZFfq"], ["remember_token", "CN8Gtxs_aizbrvDHQ3vpQA"], ["created_at", "2015-10-31 16:07:54.920672"], ["updated_at", "2015-10-31 16:07:54.920672"]]
|
61038
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61039
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61040
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.924675"], ["updated_at", "2015-10-31 16:07:54.924675"]]
|
61041
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61042
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61043
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61044
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.928919"], ["updated_at", "2015-10-31 16:07:54.928919"]]
|
61045
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61046
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61047
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61048
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.931469"], ["updated_at", "2015-10-31 16:07:54.931469"]]
|
61049
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61050
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61051
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61052
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.933578"], ["updated_at", "2015-10-31 16:07:54.933578"]]
|
61053
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61054
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61055
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61056
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.935518"], ["updated_at", "2015-10-31 16:07:54.935518"]]
|
61057
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61058
|
+
Processing by ArticlesController#index as HTML
|
61059
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "8KQD3RBZeOsWI_n1K5XLzg"]]
|
61060
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
61061
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1[0m
|
61062
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
61063
|
+
[1m[36mAdeia::Permission Load (0.0ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
61064
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
61065
|
+
Rendered articles/index.html.erb within layouts/application (0.2ms)
|
61066
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)
|
61067
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
61068
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61069
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61070
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$T5DPuwjvou5ifkMAXMoaX.pf0GbsUny.b5LaqeiiUWhf7XpN5Fbu."], ["remember_token", "5xf-ZP2EdDyNRpRB3HoKUQ"], ["created_at", "2015-10-31 16:07:54.950714"], ["updated_at", "2015-10-31 16:07:54.950714"]]
|
61071
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61072
|
+
[1m[35mAdeia::Element Load (0.0ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
61073
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61074
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:54.954142"], ["updated_at", "2015-10-31 16:07:54.954142"]]
|
61075
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61076
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61077
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61078
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:54.957875"], ["updated_at", "2015-10-31 16:07:54.957875"]]
|
61079
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61080
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61081
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 1], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:54.961181"], ["updated_at", "2015-10-31 16:07:54.961181"]]
|
61082
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:54.962504"], ["updated_at", "2015-10-31 16:07:54.962504"]]
|
61083
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61084
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61085
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61086
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:54.965721"], ["updated_at", "2015-10-31 16:07:54.965721"]]
|
61087
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61088
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61089
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:54.967465"], ["updated_at", "2015-10-31 16:07:54.967465"]]
|
61090
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61091
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61092
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:54.969088"], ["updated_at", "2015-10-31 16:07:54.969088"]]
|
61093
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61094
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61095
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:54.970662"], ["updated_at", "2015-10-31 16:07:54.970662"]]
|
61096
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61097
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61098
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:54.972385"], ["updated_at", "2015-10-31 16:07:54.972385"]]
|
61099
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61100
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61101
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61102
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$yjExcdIvd1IzsYv00uuPeuyS.lhf0bYyr0swgPJ/wUlorjHUy0j2."], ["remember_token", "3jctXRtduyR7nk3wI1ee9Q"], ["created_at", "2015-10-31 16:07:54.979121"], ["updated_at", "2015-10-31 16:07:54.979121"]]
|
61103
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61104
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61105
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.981032"], ["updated_at", "2015-10-31 16:07:54.981032"]]
|
61106
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61107
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61108
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61109
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.984309"], ["updated_at", "2015-10-31 16:07:54.984309"]]
|
61110
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61111
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61112
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61113
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.986306"], ["updated_at", "2015-10-31 16:07:54.986306"]]
|
61114
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61115
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61116
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61117
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.988235"], ["updated_at", "2015-10-31 16:07:54.988235"]]
|
61118
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61119
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61120
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61121
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:54.990183"], ["updated_at", "2015-10-31 16:07:54.990183"]]
|
61122
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61123
|
+
Processing by ArticlesController#index as HTML
|
61124
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "5xf-ZP2EdDyNRpRB3HoKUQ"]]
|
61125
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
61126
|
+
[1m[36mAdeia::Group Load (0.2ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1[0m
|
61127
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
61128
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
61129
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
61130
|
+
Rendered articles/index.html.erb within layouts/application (0.2ms)
|
61131
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.5ms)
|
61132
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE (user_id = 1 OR id IN (NULL))[0m
|
61133
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
61134
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
61135
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61136
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$CJ1mw/tuwcFsBObSYoxpauxVAXoN1FpPDhSdxsnyCZIY0Fqgrsldy"], ["remember_token", "buGFjdQTbPKLJMnFh2Iatw"], ["created_at", "2015-10-31 16:07:55.004156"], ["updated_at", "2015-10-31 16:07:55.004156"]]
|
61137
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61138
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
61139
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61140
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:55.008313"], ["updated_at", "2015-10-31 16:07:55.008313"]]
|
61141
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61142
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61143
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61144
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:55.011650"], ["updated_at", "2015-10-31 16:07:55.011650"]]
|
61145
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61146
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61147
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 1], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:55.016788"], ["updated_at", "2015-10-31 16:07:55.016788"]]
|
61148
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:55.019662"], ["updated_at", "2015-10-31 16:07:55.019662"]]
|
61149
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61150
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61151
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61152
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:55.024056"], ["updated_at", "2015-10-31 16:07:55.024056"]]
|
61153
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61154
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61155
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:55.025849"], ["updated_at", "2015-10-31 16:07:55.025849"]]
|
61156
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61157
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61158
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:55.027463"], ["updated_at", "2015-10-31 16:07:55.027463"]]
|
61159
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61160
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61161
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:55.029110"], ["updated_at", "2015-10-31 16:07:55.029110"]]
|
61162
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61163
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61164
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:55.030966"], ["updated_at", "2015-10-31 16:07:55.030966"]]
|
61165
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61166
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61167
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61168
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$PiWok/M0J1Yf/THrLZd/IeiR6EC5ZXIXjds3ZzJv101pia3KJUkhq"], ["remember_token", "uR0YqTNb6fLIYJYn0YWiUg"], ["created_at", "2015-10-31 16:07:55.035183"], ["updated_at", "2015-10-31 16:07:55.035183"]]
|
61169
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61170
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61171
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.037506"], ["updated_at", "2015-10-31 16:07:55.037506"]]
|
61172
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61173
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61174
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61175
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.039592"], ["updated_at", "2015-10-31 16:07:55.039592"]]
|
61176
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61177
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61178
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61179
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.041399"], ["updated_at", "2015-10-31 16:07:55.041399"]]
|
61180
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61181
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61182
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61183
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.043163"], ["updated_at", "2015-10-31 16:07:55.043163"]]
|
61184
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61185
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61186
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61187
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.045162"], ["updated_at", "2015-10-31 16:07:55.045162"]]
|
61188
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61189
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61190
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61191
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.046971"], ["updated_at", "2015-10-31 16:07:55.046971"]]
|
61192
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61193
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
61194
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61195
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
61196
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 11], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:55.055044"], ["updated_at", "2015-10-31 16:07:55.055044"]]
|
61197
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 2], ["created_at", "2015-10-31 16:07:55.056879"], ["updated_at", "2015-10-31 16:07:55.056879"]]
|
61198
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61199
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61200
|
+
Processing by ArticlesController#index as HTML
|
61201
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "buGFjdQTbPKLJMnFh2Iatw"]]
|
61202
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
61203
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1[0m
|
61204
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
61205
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
61206
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
61207
|
+
Rendered articles/index.html.erb within layouts/application (0.2ms)
|
61208
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.6ms)
|
61209
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE (user_id = 1 OR id IN (11))[0m
|
61210
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
61211
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
61212
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61213
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$YS2Cad8beZN1Wl83r4a6CeonwD6rFPsqNEPrQ433akUt.DZEU74eK"], ["remember_token", "5MksPsopHEWrZdSP6nDKYA"], ["created_at", "2015-10-31 16:07:55.072480"], ["updated_at", "2015-10-31 16:07:55.072480"]]
|
61214
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61215
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61216
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61217
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$HZoABahMm1CFflme5bnqf.o40LQwF5HDpemHApGndtVAB07/ugG36"], ["remember_token", "nu92wRJ-PmOaEf0nhJtigA"], ["created_at", "2015-10-31 16:07:55.077193"], ["updated_at", "2015-10-31 16:07:55.077193"]]
|
61218
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61219
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61220
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.079794"], ["updated_at", "2015-10-31 16:07:55.079794"]]
|
61221
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61222
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61223
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61224
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.082326"], ["updated_at", "2015-10-31 16:07:55.082326"]]
|
61225
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61226
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61227
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61228
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.084789"], ["updated_at", "2015-10-31 16:07:55.084789"]]
|
61229
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61230
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61231
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61232
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.086761"], ["updated_at", "2015-10-31 16:07:55.086761"]]
|
61233
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61234
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61235
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61236
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.090352"], ["updated_at", "2015-10-31 16:07:55.090352"]]
|
61237
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61238
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61239
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61240
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.093603"], ["updated_at", "2015-10-31 16:07:55.093603"]]
|
61241
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61242
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61243
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61244
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.096484"], ["updated_at", "2015-10-31 16:07:55.096484"]]
|
61245
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61246
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
61247
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61248
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:55.100057"], ["updated_at", "2015-10-31 16:07:55.100057"]]
|
61249
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61250
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61251
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61252
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:55.103064"], ["updated_at", "2015-10-31 16:07:55.103064"]]
|
61253
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61254
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61255
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:55.107677"], ["updated_at", "2015-10-31 16:07:55.107677"]]
|
61256
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:55.109185"], ["updated_at", "2015-10-31 16:07:55.109185"]]
|
61257
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61258
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61259
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
61260
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61261
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61262
|
+
[1m[35mSQL (6.1ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 2], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:55.116206"], ["updated_at", "2015-10-31 16:07:55.116206"]]
|
61263
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 2], ["created_at", "2015-10-31 16:07:55.123802"], ["updated_at", "2015-10-31 16:07:55.123802"]]
|
61264
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61265
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61266
|
+
Processing by ArticlesController#index as HTML
|
61267
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "5MksPsopHEWrZdSP6nDKYA"]]
|
61268
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
61269
|
+
[1m[35mAdeia::Group Load (0.2ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1
|
61270
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
61271
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
61272
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
61273
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
61274
|
+
Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.6ms)
|
61275
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" IN (1, 2)
|
61276
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
61277
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61278
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61279
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$d/Kk/3NNkm2UpyKSTcN/E.bitN7WF9DOYiYLJAu6klHpdPATQV1jm"], ["remember_token", "pU2zyKCRBfXdH9uDVeViEA"], ["created_at", "2015-10-31 16:07:55.140680"], ["updated_at", "2015-10-31 16:07:55.140680"]]
|
61280
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61281
|
+
[1m[35mAdeia::Element Load (0.0ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
61282
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61283
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:55.143648"], ["updated_at", "2015-10-31 16:07:55.143648"]]
|
61284
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61285
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61286
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61287
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:55.146175"], ["updated_at", "2015-10-31 16:07:55.146175"]]
|
61288
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61289
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61290
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:55.149832"], ["updated_at", "2015-10-31 16:07:55.149832"]]
|
61291
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:55.151192"], ["updated_at", "2015-10-31 16:07:55.151192"]]
|
61292
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61293
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61294
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61295
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61296
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$QoPkzL43zPPj2HilBkb20.7dDqh7WQ6aI1AHdT9vVslFB0l8o6/0C"], ["remember_token", "cEq0jOEHIYHHdyJaaZW7-Q"], ["created_at", "2015-10-31 16:07:55.157101"], ["updated_at", "2015-10-31 16:07:55.157101"]]
|
61297
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61298
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61299
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.158933"], ["updated_at", "2015-10-31 16:07:55.158933"]]
|
61300
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61301
|
+
Processing by ArticlesController#show as HTML
|
61302
|
+
Parameters: {"id"=>"1"}
|
61303
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "pU2zyKCRBfXdH9uDVeViEA"]]
|
61304
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
|
61305
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
61306
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1[0m
|
61307
|
+
[1m[35m (0.1ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
61308
|
+
[1m[36mAdeia::Permission Load (0.1ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
61309
|
+
Rendered articles/show.html.erb within layouts/application (0.3ms)
|
61310
|
+
Completed 200 OK in 7ms (Views: 3.2ms | ActiveRecord: 0.5ms)
|
61311
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
61312
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
61313
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61314
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$eTvw8PszcPEsGdG3PU62w.yDL3VtnHFGrwo1CaCSiJr14XNWThUI."], ["remember_token", "j1Lk5RpPjfbboSQXoZ_Qig"], ["created_at", "2015-10-31 16:07:55.175038"], ["updated_at", "2015-10-31 16:07:55.175038"]]
|
61315
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61316
|
+
[1m[36mAdeia::Element Load (0.0ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
61317
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61318
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:55.178102"], ["updated_at", "2015-10-31 16:07:55.178102"]]
|
61319
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61320
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61321
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61322
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:55.181423"], ["updated_at", "2015-10-31 16:07:55.181423"]]
|
61323
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61324
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61325
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "f"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:55.185036"], ["updated_at", "2015-10-31 16:07:55.185036"]]
|
61326
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:55.186670"], ["updated_at", "2015-10-31 16:07:55.186670"]]
|
61327
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61328
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61329
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61330
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61331
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$ejZs16ggQnEgnFiOyUIyYOekDKroHmsadV6q13M9gKU5f/tgjbkVy"], ["remember_token", "n-fDtvK7dzH8f8o-U8_F9w"], ["created_at", "2015-10-31 16:07:55.192614"], ["updated_at", "2015-10-31 16:07:55.192614"]]
|
61332
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61333
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61334
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.194622"], ["updated_at", "2015-10-31 16:07:55.194622"]]
|
61335
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61336
|
+
Processing by ArticlesController#show as HTML
|
61337
|
+
Parameters: {"id"=>"1"}
|
61338
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "j1Lk5RpPjfbboSQXoZ_Qig"]]
|
61339
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
|
61340
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
61341
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1
|
61342
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
61343
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
61344
|
+
Rendered articles/show.html.erb within layouts/application (0.3ms)
|
61345
|
+
Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.4ms)
|
61346
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
61347
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61348
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61349
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$vv.ms7G.8jqcyOZFdeiQme0DY8k/ICjmVxdJ1.6Mq.HyYsNHUW.tm"], ["remember_token", "J6xpmVzTX02k_asu4LmD-A"], ["created_at", "2015-10-31 16:07:55.210176"], ["updated_at", "2015-10-31 16:07:55.210176"]]
|
61350
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61351
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
61352
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61353
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:55.214493"], ["updated_at", "2015-10-31 16:07:55.214493"]]
|
61354
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61355
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61356
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61357
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:55.217808"], ["updated_at", "2015-10-31 16:07:55.217808"]]
|
61358
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61359
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61360
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "t"], ["update_right", "f"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:55.221947"], ["updated_at", "2015-10-31 16:07:55.221947"]]
|
61361
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:55.223447"], ["updated_at", "2015-10-31 16:07:55.223447"]]
|
61362
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61363
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61364
|
+
Processing by ArticlesController#new as HTML
|
61365
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "J6xpmVzTX02k_asu4LmD-A"]]
|
61366
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
61367
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1[0m
|
61368
|
+
[1m[35mAdeia::Permission Load (0.2ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["create_right", "t"]]
|
61369
|
+
Rendered articles/new.html.erb within layouts/application (0.3ms)
|
61370
|
+
Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.4ms)
|
61371
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
61372
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61373
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61374
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$kWLAn1L9LBQdqOTeGwdeJuszZ9j.hWCNiyYGf8jDWrgmZmwuvrMvu"], ["remember_token", "ShDC4AON-dFV08c637jCRg"], ["created_at", "2015-10-31 16:07:55.239071"], ["updated_at", "2015-10-31 16:07:55.239071"]]
|
61375
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61376
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
61377
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61378
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 16:07:55.242799"], ["updated_at", "2015-10-31 16:07:55.242799"]]
|
61379
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61380
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61381
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61382
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-31 16:07:55.245840"], ["updated_at", "2015-10-31 16:07:55.245840"]]
|
61383
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61384
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61385
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:55.249027"], ["updated_at", "2015-10-31 16:07:55.249027"]]
|
61386
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:55.250615"], ["updated_at", "2015-10-31 16:07:55.250615"]]
|
61387
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61388
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61389
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61390
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61391
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$ucr/0M1r5rWIs9ongcrDQOuRg/52UoMAJ7orSguGy3IL.OxTBT8p2"], ["remember_token", "WV6GRCAjror6eVLEt44Ztg"], ["created_at", "2015-10-31 16:07:55.257527"], ["updated_at", "2015-10-31 16:07:55.257527"]]
|
61392
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61393
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61394
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.259299"], ["updated_at", "2015-10-31 16:07:55.259299"]]
|
61395
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61396
|
+
Processing by ArticlesController#edit as HTML
|
61397
|
+
Parameters: {"id"=>"1"}
|
61398
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ShDC4AON-dFV08c637jCRg"]]
|
61399
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
|
61400
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
61401
|
+
[1m[36mAdeia::Group Load (0.3ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1[0m
|
61402
|
+
[1m[35m (0.2ms)[0m SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["update_right", "t"]]
|
61403
|
+
[1m[36mAdeia::Permission Load (0.3ms)[0m [1mSELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["update_right", "t"]]
|
61404
|
+
Rendered articles/edit.html.erb within layouts/application (0.4ms)
|
61405
|
+
Completed 200 OK in 11ms (Views: 4.2ms | ActiveRecord: 1.0ms)
|
61406
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
61407
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
61408
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61409
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$f2IIYwk9me0sTzFLq5rhs.T8Ri7sfIC6qXXP5ofgzNSxuCUbOfdRW"], ["remember_token", "6f9b56qtTAivV_OMpGhwng"], ["created_at", "2015-10-31 16:07:55.279126"], ["updated_at", "2015-10-31 16:07:55.279126"]]
|
61410
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61411
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
61412
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61413
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-10-31 16:07:55.282989"], ["updated_at", "2015-10-31 16:07:55.282989"]]
|
61414
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61415
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61416
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61417
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:55.286976"], ["updated_at", "2015-10-31 16:07:55.286976"]]
|
61418
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61419
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61420
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "f"], ["create_right", "f"], ["update_right", "t"], ["destroy_right", "f"], ["created_at", "2015-10-31 16:07:55.290606"], ["updated_at", "2015-10-31 16:07:55.290606"]]
|
61421
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_action_permissions" ("adeia_action_id", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["adeia_action_id", 1], ["adeia_permission_id", 1], ["created_at", "2015-10-31 16:07:55.291974"], ["updated_at", "2015-10-31 16:07:55.291974"]]
|
61422
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
61423
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61424
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61425
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61426
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$n3w5/1ruvYttnaXD8en8MecykDCwMPmajlqz3hrywGwSi4rlj3GQO"], ["remember_token", "_HBEQn-v2P-sCU2zsa3spQ"], ["created_at", "2015-10-31 16:07:55.297327"], ["updated_at", "2015-10-31 16:07:55.297327"]]
|
61427
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61428
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61429
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.298884"], ["updated_at", "2015-10-31 16:07:55.298884"]]
|
61430
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61431
|
+
Processing by ArticlesController#edit as HTML
|
61432
|
+
Parameters: {"id"=>"1"}
|
61433
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "6f9b56qtTAivV_OMpGhwng"]]
|
61434
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
|
61435
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
61436
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."adeia_group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1
|
61437
|
+
[1m[36m (0.1ms)[0m [1mSELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["update_right", "t"]]
|
61438
|
+
[1m[35mAdeia::Permission Load (0.1ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."adeia_element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["update_right", "t"]]
|
61439
|
+
Rendered articles/edit.html.erb within layouts/application (0.2ms)
|
61440
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)
|
61441
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
61442
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61443
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61444
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$1yojUvtauW12TzBzvCHQHOCHTn48Ord1j.QYhslqX4UDudfRE/iXG"], ["remember_token", "PFMJL60W-ucKhW6OMrRDYA"], ["created_at", "2015-10-31 16:07:55.312120"], ["updated_at", "2015-10-31 16:07:55.312120"]]
|
61445
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61446
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61447
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61448
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$ZjZnA.kSBjwy2DW9FHv96eDXSMbclvZhgg8lsHV3MWkHh758dLzeK"], ["remember_token", "YvsqXIbF8422YbjYWmLZAA"], ["created_at", "2015-10-31 16:07:55.317038"], ["updated_at", "2015-10-31 16:07:55.317038"]]
|
61449
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61450
|
+
Processing by ArticlesController#create as HTML
|
61451
|
+
Parameters: {"article"=>{"title"=>"Des ours meurt chaque année", "content"=>"Chaque année, plus de 1000 ourse blancs meurt", "user"=>"2"}}
|
61452
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "PFMJL60W-ucKhW6OMrRDYA"]]
|
61453
|
+
Unpermitted parameter: user
|
61454
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61455
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:55.322459"], ["updated_at", "2015-10-31 16:07:55.322459"]]
|
61456
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61457
|
+
Redirected to http://test.host/articles/1
|
61458
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
61459
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
61460
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
61461
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61462
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$SizQrPRJFlZ1H8sryP8wIOLntnXtahqo1hoTwjkaPAx.ayD49sM/."], ["remember_token", "QY0UTV7MLAZxtpy6zFU8nQ"], ["created_at", "2015-10-31 16:07:55.329366"], ["updated_at", "2015-10-31 16:07:55.329366"]]
|
61463
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61464
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61465
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61466
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$RZk1KoK3DhpsVbtAJyErxu3ymEcPA/OACqLnEX0SHnC.aX6lbPalW"], ["remember_token", "QdvgWyfwbgAGib1WV7pZug"], ["created_at", "2015-10-31 16:07:55.334275"], ["updated_at", "2015-10-31 16:07:55.334275"]]
|
61467
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61468
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
61469
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 2], ["created_at", "2015-10-31 16:07:55.336508"], ["updated_at", "2015-10-31 16:07:55.336508"]]
|
61470
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61471
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61472
|
+
Processing by ArticlesController#update as HTML
|
61473
|
+
Parameters: {"article"=>{"title"=>"Des ours meurt chaque année", "content"=>"Chaque année, plus de 1000 ourse blancs meurt", "user"=>"2"}, "id"=>"1"}
|
61474
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "QY0UTV7MLAZxtpy6zFU8nQ"]]
|
61475
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
|
61476
|
+
Unpermitted parameter: user
|
61477
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61478
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61479
|
+
Redirected to http://test.host/articles/1
|
61480
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
61481
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
61482
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61483
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61484
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61485
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "editor"], ["password_digest", "$2a$04$8T5o28b927yJa4tW8i3qpugRnwBVYKwPL/aajfUkWxq1373eIZdCq"], ["remember_token", "fxzpK3C2l15X2g7Oakx6OA"], ["created_at", "2015-10-31 16:07:55.349647"], ["updated_at", "2015-10-31 16:07:55.349647"]]
|
61486
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61487
|
+
Processing by ArticlesController#create as HTML
|
61488
|
+
Parameters: {"article"=>{"title"=>"Des ours meurt chaque année", "content"=>"Chaque année, plus de 1000 ourse blancs meurt", "user"=>"1"}}
|
61489
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
61490
|
+
Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.1ms)
|
61491
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
61492
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
61493
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
61494
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
61495
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$I8rMgWtjh9kpEKUezmZ62OaWFhtThll1oNa2Tjie89iOu5IIYIQvq"], ["remember_token", "HHnfiZv3wi2oHR9245khQw"], ["created_at", "2015-10-31 16:07:55.376233"], ["updated_at", "2015-10-31 16:07:55.376233"]]
|
61496
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
61497
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61498
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Des ours meurt chaque année"], ["content", "Chaque année, plus de 1000 ourse blancs meurt"], ["user_id", 1], ["created_at", "2015-10-31 16:07:55.378187"], ["updated_at", "2015-10-31 16:07:55.378187"]]
|
61499
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61500
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
61501
|
+
Processing by ArticlesController#update as HTML
|
61502
|
+
Parameters: {"article"=>{"title"=>"Des ours meurt chaque année", "content"=>"Chaque année, plus de 1000 ourse blancs meurt", "user"=>"1"}, "id"=>"1"}
|
61503
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
61504
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
|
61505
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
61506
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61507
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
61508
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61509
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:55.387217"], ["updated_at", "2015-10-31 16:07:55.387217"]]
|
61510
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61511
|
+
[1m[36mAdeia::Group Load (0.0ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
61512
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61513
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:55.389666"], ["updated_at", "2015-10-31 16:07:55.389666"]]
|
61514
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61515
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61516
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61517
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:55.392351"], ["updated_at", "2015-10-31 16:07:55.392351"]]
|
61518
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61519
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
61520
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61521
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
61522
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61523
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:55.399259"], ["updated_at", "2015-10-31 16:07:55.399259"]]
|
61524
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61525
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61526
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61527
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:55.401766"], ["updated_at", "2015-10-31 16:07:55.401766"]]
|
61528
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61529
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
61530
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61531
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
61532
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61533
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:55.409573"], ["updated_at", "2015-10-31 16:07:55.409573"]]
|
61534
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61535
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61536
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61537
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:55.412354"], ["updated_at", "2015-10-31 16:07:55.412354"]]
|
61538
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61539
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
61540
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61541
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
61542
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61543
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:55.426164"], ["updated_at", "2015-10-31 16:07:55.426164"]]
|
61544
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61545
|
+
[1m[36mAdeia::Group Load (0.0ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
61546
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61547
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:55.428410"], ["updated_at", "2015-10-31 16:07:55.428410"]]
|
61548
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61549
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61550
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61551
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:55.431391"], ["updated_at", "2015-10-31 16:07:55.431391"]]
|
61552
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61553
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
61554
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61555
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
61556
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61557
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:55.438806"], ["updated_at", "2015-10-31 16:07:55.438806"]]
|
61558
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61559
|
+
[1m[36mAdeia::Group Load (0.0ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
61560
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61561
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:55.441177"], ["updated_at", "2015-10-31 16:07:55.441177"]]
|
61562
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61563
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
61564
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
61565
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-10-31 16:07:55.443924"], ["updated_at", "2015-10-31 16:07:55.443924"]]
|
61566
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
61567
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
61568
|
+
[1m[35m (0.1ms)[0m begin transaction
|
61569
|
+
[1m[36mAdeia::Element Load (0.2ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
61570
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61571
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-10-31 16:07:55.452772"], ["updated_at", "2015-10-31 16:07:55.452772"]]
|
61572
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61573
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
61574
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
61575
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-10-31 16:07:55.455966"], ["updated_at", "2015-10-31 16:07:55.455966"]]
|
61576
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
61577
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|