adeia 0.9.2 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/adeia/controller_methods.rb +4 -6
- data/lib/adeia/controller_resource.rb +20 -9
- data/lib/adeia/version.rb +1 -1
- data/spec/adeia/controller_methods_spec.rb +58 -23
- data/spec/support/spec_login_helper.rb +5 -0
- data/spec/test_app/log/test.log +1603 -0
- metadata +2 -2
data/spec/test_app/log/test.log
CHANGED
@@ -65981,3 +65981,1606 @@ Processing by AnonymousController#index as HTML
|
|
65981
65981
|
Rendered text template (0.0ms)
|
65982
65982
|
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)
|
65983
65983
|
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
65984
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
65985
|
+
[1m[35m (0.1ms)[0m begin transaction
|
65986
|
+
Processing by AnonymousController#index as HTML
|
65987
|
+
[1m[36mUser Load (0.7ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
65988
|
+
[1m[35mAdeia::Token Load (0.6ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
65989
|
+
Rendered text template (0.1ms)
|
65990
|
+
Completed 200 OK in 34ms (Views: 8.4ms | ActiveRecord: 1.6ms)
|
65991
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
65992
|
+
[1m[35m (0.1ms)[0m begin transaction
|
65993
|
+
Processing by AnonymousController#index as HTML
|
65994
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
65995
|
+
[1m[35mAdeia::Token Load (9.3ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
65996
|
+
Rendered text template (0.0ms)
|
65997
|
+
Completed 200 OK in 12ms (Views: 0.5ms | ActiveRecord: 9.6ms)
|
65998
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
65999
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66000
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66001
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$gdjQfLlaXrCQJjb8E5Z9Fe/bsBrbInobhWzgqr2qaVyApgaqVNmGi"], ["remember_token", "oweG4RwP_VgTpv03W5HNSQ"], ["created_at", "2015-11-06 16:38:39.137609"], ["updated_at", "2015-11-06 16:38:39.137609"]]
|
66002
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66003
|
+
[1m[35mAdeia::Element Load (0.6ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
66004
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66005
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:38:39.165710"], ["updated_at", "2015-11-06 16:38:39.165710"]]
|
66006
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66007
|
+
[1m[35mAdeia::Action Load (0.7ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66008
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66009
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:38:39.189302"], ["updated_at", "2015-11-06 16:38:39.189302"]]
|
66010
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66011
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66012
|
+
[1m[36mSQL (9.4ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:38:39.231717"], ["updated_at", "2015-11-06 16:38:39.231717"]]
|
66013
|
+
[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-11-06 16:38:39.243425"], ["updated_at", "2015-11-06 16:38:39.243425"]]
|
66014
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66015
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66016
|
+
Processing by AnonymousController#index as HTML
|
66017
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "oweG4RwP_VgTpv03W5HNSQ"]]
|
66018
|
+
[1m[35mAdeia::Group Load (0.6ms)[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
|
66019
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
66020
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66021
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
66022
|
+
Rendered text template (0.0ms)
|
66023
|
+
Completed 200 OK in 25ms (Views: 0.5ms | ActiveRecord: 1.5ms)
|
66024
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
66025
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66026
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66027
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66028
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$2eyQvbtxraCcmi5FWk6oKucJ80MRQg4yVhfAhXPG8.5slG2vLsDam"], ["remember_token", "kDIU-8Wz-GAyATBgG3kq9A"], ["created_at", "2015-11-06 16:45:39.089259"], ["updated_at", "2015-11-06 16:45:39.089259"]]
|
66029
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66030
|
+
[1m[35mAdeia::Element Load (0.7ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
66031
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66032
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:45:39.155371"], ["updated_at", "2015-11-06 16:45:39.155371"]]
|
66033
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66034
|
+
[1m[35mAdeia::Action Load (2.7ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66035
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66036
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:45:39.192552"], ["updated_at", "2015-11-06 16:45:39.192552"]]
|
66037
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66038
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66039
|
+
[1m[36mSQL (1.4ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_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"], ["created_at", "2015-11-06 16:45:39.233365"], ["updated_at", "2015-11-06 16:45:39.233365"]]
|
66040
|
+
[1m[35mSQL (1.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-11-06 16:45:39.237398"], ["updated_at", "2015-11-06 16:45:39.237398"]]
|
66041
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66042
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66043
|
+
Processing by AnonymousController#index as HTML
|
66044
|
+
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
|
66045
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
66046
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66047
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66048
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66049
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$bQrkHGUf6iknCgCGY5RvyOPF5BJJIXotAZCh6JUk5.aSxVkj7TDce"], ["remember_token", "Da1s9gj23H39MK6MOSalRg"], ["created_at", "2015-11-06 16:47:20.372817"], ["updated_at", "2015-11-06 16:47:20.372817"]]
|
66050
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66051
|
+
[1m[35mAdeia::Element Load (0.5ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
66052
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66053
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:47:20.414316"], ["updated_at", "2015-11-06 16:47:20.414316"]]
|
66054
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66055
|
+
[1m[35mAdeia::Action Load (0.6ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66056
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66057
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:47:20.433478"], ["updated_at", "2015-11-06 16:47:20.433478"]]
|
66058
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66059
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66060
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:47:20.460505"], ["updated_at", "2015-11-06 16:47:20.460505"]]
|
66061
|
+
[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-11-06 16:47:20.463231"], ["updated_at", "2015-11-06 16:47:20.463231"]]
|
66062
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66063
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66064
|
+
Processing by AnonymousController#index as HTML
|
66065
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66066
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:47:20.485136"], ["updated_at", "2015-11-06 16:47:20.485136"]]
|
66067
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66068
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "Da1s9gj23H39MK6MOSalRg"]]
|
66069
|
+
Completed 500 Internal Server Error in 14ms (ActiveRecord: 1.6ms)
|
66070
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
66071
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66072
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66073
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66074
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$HMC8RKaJ3wb.KIB.WTpfIe4p84MFZm.1Qra2lulSk92eBb/OhKCCa"], ["remember_token", "QUShQPqTEdISL60gviKxHQ"], ["created_at", "2015-11-06 16:47:55.182240"], ["updated_at", "2015-11-06 16:47:55.182240"]]
|
66075
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66076
|
+
[1m[35mAdeia::Element Load (0.6ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
66077
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66078
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:47:55.245991"], ["updated_at", "2015-11-06 16:47:55.245991"]]
|
66079
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66080
|
+
[1m[35mAdeia::Action Load (0.7ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66081
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66082
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:47:55.268284"], ["updated_at", "2015-11-06 16:47:55.268284"]]
|
66083
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66084
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66085
|
+
[1m[36mSQL (1.4ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:47:55.300915"], ["updated_at", "2015-11-06 16:47:55.300915"]]
|
66086
|
+
[1m[35mSQL (1.8ms)[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-11-06 16:47:55.304629"], ["updated_at", "2015-11-06 16:47:55.304629"]]
|
66087
|
+
[1m[36mAdeia::Action Load (0.2ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66088
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66089
|
+
Processing by AnonymousController#index as HTML
|
66090
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66091
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:47:55.331771"], ["updated_at", "2015-11-06 16:47:55.331771"]]
|
66092
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66093
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "QUShQPqTEdISL60gviKxHQ"]]
|
66094
|
+
[1m[36mAdeia::Group Load (0.5ms)[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
|
66095
|
+
[1m[35m (0.4ms)[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"]]
|
66096
|
+
[1m[36mAdeia::Token Load (0.5ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66097
|
+
[1m[35mAdeia::Permission Load (0.7ms)[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"]]
|
66098
|
+
Completed 500 Internal Server Error in 81ms (ActiveRecord: 4.3ms)
|
66099
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
66100
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66101
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66102
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66103
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$BRBBDFeiK2/ZzE3YonNFlecIR7ihrJwrge3OZYkUyc9VSX/URLHNS"], ["remember_token", "tcdC6txKrm1Z9T9gw8iUhg"], ["created_at", "2015-11-06 16:48:13.547182"], ["updated_at", "2015-11-06 16:48:13.547182"]]
|
66104
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66105
|
+
[1m[35mAdeia::Element Load (0.6ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
66106
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66107
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:48:13.608940"], ["updated_at", "2015-11-06 16:48:13.608940"]]
|
66108
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66109
|
+
[1m[35mAdeia::Action Load (0.5ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66110
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66111
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:48:13.631241"], ["updated_at", "2015-11-06 16:48:13.631241"]]
|
66112
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66113
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66114
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:48:13.667447"], ["updated_at", "2015-11-06 16:48:13.667447"]]
|
66115
|
+
[1m[35mSQL (3.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-11-06 16:48:13.670628"], ["updated_at", "2015-11-06 16:48:13.670628"]]
|
66116
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66117
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66118
|
+
Processing by AnonymousController#index as HTML
|
66119
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66120
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:48:13.701230"], ["updated_at", "2015-11-06 16:48:13.701230"]]
|
66121
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66122
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "tcdC6txKrm1Z9T9gw8iUhg"]]
|
66123
|
+
[1m[36mAdeia::Group Load (0.5ms)[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
|
66124
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
66125
|
+
[1m[36mAdeia::Token Load (0.6ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66126
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
66127
|
+
Rendered text template (0.0ms)
|
66128
|
+
Completed 200 OK in 77ms (Views: 14.5ms | ActiveRecord: 3.6ms)
|
66129
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
66130
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66131
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66132
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66133
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$EUOCTh6R5QG/0.MAzn5zb.BuBxlct0/zvcw.WcPQfculuSPMlU6w2"], ["remember_token", "qHcPz9q5aeXqiwBIUgLkog"], ["created_at", "2015-11-06 16:50:41.857101"], ["updated_at", "2015-11-06 16:50:41.857101"]]
|
66134
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66135
|
+
[1m[35mAdeia::Element Load (0.5ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66136
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66137
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:50:41.914878"], ["updated_at", "2015-11-06 16:50:41.914878"]]
|
66138
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66139
|
+
[1m[35mAdeia::Action Load (0.7ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66140
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66141
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:50:41.935877"], ["updated_at", "2015-11-06 16:50:41.935877"]]
|
66142
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66143
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66144
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:50:41.969291"], ["updated_at", "2015-11-06 16:50:41.969291"]]
|
66145
|
+
[1m[35mSQL (1.5ms)[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-11-06 16:50:41.972666"], ["updated_at", "2015-11-06 16:50:41.972666"]]
|
66146
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66147
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
66148
|
+
Processing by AnonymousController#index as HTML
|
66149
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66150
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:50:41.998511"], ["updated_at", "2015-11-06 16:50:41.998511"]]
|
66151
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66152
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "qHcPz9q5aeXqiwBIUgLkog"]]
|
66153
|
+
Completed 500 Internal Server Error in 16ms (ActiveRecord: 1.7ms)
|
66154
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
66155
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66156
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66157
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66158
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$RsLKJ0L5.iIumZ7pvFCwOOgivExU3tVpzxO3ufcd0C0FFcgTZy4R6"], ["remember_token", "Gk8JR-Y3OERm01HKHlxvew"], ["created_at", "2015-11-06 16:51:15.595149"], ["updated_at", "2015-11-06 16:51:15.595149"]]
|
66159
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66160
|
+
[1m[35mAdeia::Element Load (0.7ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66161
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66162
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:51:15.643370"], ["updated_at", "2015-11-06 16:51:15.643370"]]
|
66163
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66164
|
+
[1m[35mAdeia::Action Load (0.6ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66165
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66166
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:51:15.663153"], ["updated_at", "2015-11-06 16:51:15.663153"]]
|
66167
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66168
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66169
|
+
[1m[36mSQL (1.6ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:51:15.692976"], ["updated_at", "2015-11-06 16:51:15.692976"]]
|
66170
|
+
[1m[35mSQL (2.5ms)[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-11-06 16:51:15.696844"], ["updated_at", "2015-11-06 16:51:15.696844"]]
|
66171
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66172
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66173
|
+
Processing by AnonymousController#index as HTML
|
66174
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66175
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:51:15.723718"], ["updated_at", "2015-11-06 16:51:15.723718"]]
|
66176
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66177
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "Gk8JR-Y3OERm01HKHlxvew"]]
|
66178
|
+
[1m[36mAdeia::Group Load (0.7ms)[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
|
66179
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66180
|
+
[1m[36mAdeia::Token Load (0.5ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66181
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66182
|
+
Completed 500 Internal Server Error in 35ms (ActiveRecord: 3.7ms)
|
66183
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
66184
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66185
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66186
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66187
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$m.LiLgyYmWDnmxbee5H6RusbSAQC3VaCAeRz7Bv6WBmaH604Qh6wu"], ["remember_token", "O7V30qqi4VwR_9KEP9OsHA"], ["created_at", "2015-11-06 16:51:30.116100"], ["updated_at", "2015-11-06 16:51:30.116100"]]
|
66188
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66189
|
+
[1m[35mAdeia::Element Load (0.7ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66190
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66191
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:51:30.170913"], ["updated_at", "2015-11-06 16:51:30.170913"]]
|
66192
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66193
|
+
[1m[35mAdeia::Action Load (0.6ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66194
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66195
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:51:30.189954"], ["updated_at", "2015-11-06 16:51:30.189954"]]
|
66196
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66197
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
66198
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:51:30.223505"], ["updated_at", "2015-11-06 16:51:30.223505"]]
|
66199
|
+
[1m[35mSQL (1.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-11-06 16:51:30.226822"], ["updated_at", "2015-11-06 16:51:30.226822"]]
|
66200
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66201
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66202
|
+
Processing by AnonymousController#index as HTML
|
66203
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66204
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:51:30.252796"], ["updated_at", "2015-11-06 16:51:30.252796"]]
|
66205
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66206
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "O7V30qqi4VwR_9KEP9OsHA"]]
|
66207
|
+
[1m[36mAdeia::Group Load (0.7ms)[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
|
66208
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66209
|
+
[1m[36mAdeia::Token Load (0.8ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66210
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66211
|
+
Rendered text template (0.0ms)
|
66212
|
+
Completed 200 OK in 70ms (Views: 11.6ms | ActiveRecord: 4.6ms)
|
66213
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
66214
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66215
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66216
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66217
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$cE2xxEi/f9ri4eHmFLfsO.32yhvdzCYAsOeVnU6Bv8k5892hNwOFO"], ["remember_token", "o1li1ri0EDsm2GslEiouiw"], ["created_at", "2015-11-06 16:52:05.966925"], ["updated_at", "2015-11-06 16:52:05.966925"]]
|
66218
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66219
|
+
[1m[35mAdeia::Element Load (0.6ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66220
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66221
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:52:06.025732"], ["updated_at", "2015-11-06 16:52:06.025732"]]
|
66222
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66223
|
+
[1m[35mAdeia::Action Load (0.5ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66224
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66225
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:52:06.045294"], ["updated_at", "2015-11-06 16:52:06.045294"]]
|
66226
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66227
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
66228
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:52:06.083055"], ["updated_at", "2015-11-06 16:52:06.083055"]]
|
66229
|
+
[1m[35mSQL (1.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-11-06 16:52:06.086946"], ["updated_at", "2015-11-06 16:52:06.086946"]]
|
66230
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66231
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66232
|
+
Processing by AnonymousController#index as HTML
|
66233
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66234
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:52:06.112170"], ["updated_at", "2015-11-06 16:52:06.112170"]]
|
66235
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66236
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "o1li1ri0EDsm2GslEiouiw"]]
|
66237
|
+
[1m[36mAdeia::Group Load (0.7ms)[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
|
66238
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66239
|
+
[1m[36mAdeia::Token Load (0.7ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66240
|
+
[1m[35mAdeia::Permission Load (0.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" = 'admin/articles' [["read_right", "t"]]
|
66241
|
+
Rendered text template (0.4ms)
|
66242
|
+
Completed 200 OK in 63ms (Views: 11.2ms | ActiveRecord: 4.2ms)
|
66243
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
66244
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66245
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66246
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
66247
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$AOtbkaEjwLgbvhR79xqKl.WaK1nwcBOy.00/vHbiRqUOeTlQN/7gu"], ["remember_token", "NaFGgpw5GXY8wuXBY7oJEg"], ["created_at", "2015-11-06 16:55:18.171299"], ["updated_at", "2015-11-06 16:55:18.171299"]]
|
66248
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66249
|
+
[1m[35mAdeia::Element Load (0.7ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66250
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66251
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:55:18.224154"], ["updated_at", "2015-11-06 16:55:18.224154"]]
|
66252
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66253
|
+
[1m[35mAdeia::Action Load (0.5ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66254
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66255
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:55:18.245332"], ["updated_at", "2015-11-06 16:55:18.245332"]]
|
66256
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66257
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66258
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:55:18.281735"], ["updated_at", "2015-11-06 16:55:18.281735"]]
|
66259
|
+
[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-11-06 16:55:18.284685"], ["updated_at", "2015-11-06 16:55:18.284685"]]
|
66260
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66261
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66262
|
+
Processing by AnonymousController#index as HTML
|
66263
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66264
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:55:18.308495"], ["updated_at", "2015-11-06 16:55:18.308495"]]
|
66265
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66266
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "NaFGgpw5GXY8wuXBY7oJEg"]]
|
66267
|
+
[1m[36mAdeia::Group Load (0.6ms)[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
|
66268
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66269
|
+
[1m[36mAdeia::Token Load (0.7ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66270
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66271
|
+
Rendered text template (0.0ms)
|
66272
|
+
Completed 200 OK in 68ms (Views: 11.2ms | ActiveRecord: 4.3ms)
|
66273
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
66274
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66275
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66276
|
+
Processing by AnonymousController#index as HTML
|
66277
|
+
[1m[36mUser Load (0.7ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
66278
|
+
Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.9ms)
|
66279
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
66280
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
66281
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66282
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$ERlEpOQvZ3dSEfkE0oB05.Y80obtiqyW5TmfAGLk1JEq/noVraF7S"], ["remember_token", "N99hsqWGwaRjXC3aSxMVxw"], ["created_at", "2015-11-06 16:56:03.461340"], ["updated_at", "2015-11-06 16:56:03.461340"]]
|
66283
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66284
|
+
Processing by AnonymousController#index as HTML
|
66285
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "N99hsqWGwaRjXC3aSxMVxw"]]
|
66286
|
+
Rendered text template (0.0ms)
|
66287
|
+
Completed 200 OK in 11ms (Views: 8.0ms | ActiveRecord: 0.2ms)
|
66288
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
66289
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66290
|
+
Processing by AnonymousController#index as HTML
|
66291
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
66292
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms)
|
66293
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
66294
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66295
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66296
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$6FaKz6ZrBtR6pVU4Vjuyre9uXxh1VLLn9yLVywUfXqyE1dHRJLldK"], ["remember_token", "1WCYZRKRrfAaNzoIepKuiA"], ["created_at", "2015-11-06 16:56:03.499389"], ["updated_at", "2015-11-06 16:56:03.499389"]]
|
66297
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66298
|
+
Processing by AnonymousController#index as HTML
|
66299
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "1WCYZRKRrfAaNzoIepKuiA"]]
|
66300
|
+
Rendered text template (0.0ms)
|
66301
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)
|
66302
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
66303
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66304
|
+
Processing by AnonymousController#index as HTML
|
66305
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
66306
|
+
[1m[35mAdeia::Token Load (0.6ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66307
|
+
Rendered text template (0.0ms)
|
66308
|
+
Completed 200 OK in 17ms (Views: 0.6ms | ActiveRecord: 0.9ms)
|
66309
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
66310
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66311
|
+
Processing by AnonymousController#index as HTML
|
66312
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
66313
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66314
|
+
Rendered text template (0.0ms)
|
66315
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
66316
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
66317
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66318
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66319
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$su4KVdtKbxgRMfJRzl1JwuvgPP.v1fgkwuKOqEnVdfRG8EW.ccFMS"], ["remember_token", "iGFllU0L-mFznRhCv17S5g"], ["created_at", "2015-11-06 16:56:03.549824"], ["updated_at", "2015-11-06 16:56:03.549824"]]
|
66320
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66321
|
+
[1m[35mAdeia::Element Load (0.5ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
66322
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66323
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:56:03.572218"], ["updated_at", "2015-11-06 16:56:03.572218"]]
|
66324
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66325
|
+
[1m[35mAdeia::Action Load (0.5ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66326
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66327
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:03.591770"], ["updated_at", "2015-11-06 16:56:03.591770"]]
|
66328
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66329
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66330
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:03.620180"], ["updated_at", "2015-11-06 16:56:03.620180"]]
|
66331
|
+
[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-11-06 16:56:03.623401"], ["updated_at", "2015-11-06 16:56:03.623401"]]
|
66332
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66333
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66334
|
+
Processing by AnonymousController#index as HTML
|
66335
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "iGFllU0L-mFznRhCv17S5g"]]
|
66336
|
+
[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" = 1
|
66337
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
66338
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66339
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles'[0m [["read_right", "t"]]
|
66340
|
+
Rendered text template (0.0ms)
|
66341
|
+
Completed 200 OK in 17ms (Views: 0.4ms | ActiveRecord: 1.5ms)
|
66342
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
66343
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66344
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66345
|
+
[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$QnEMN6JJFhwHRrXux0PD4uOLCTXj/guHpIcFsR8W.CBJWty5bN43K"], ["remember_token", "3Jx-VdTTK8kzcKWQTO8Ivw"], ["created_at", "2015-11-06 16:56:03.664650"], ["updated_at", "2015-11-06 16:56:03.664650"]]
|
66346
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66347
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
66348
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66349
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-06 16:56:03.670824"], ["updated_at", "2015-11-06 16:56:03.670824"]]
|
66350
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66351
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66352
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66353
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:03.675561"], ["updated_at", "2015-11-06 16:56:03.675561"]]
|
66354
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66355
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66356
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:56:03.679768"], ["updated_at", "2015-11-06 16:56:03.679768"]]
|
66357
|
+
[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-11-06 16:56:03.681505"], ["updated_at", "2015-11-06 16:56:03.681505"]]
|
66358
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66359
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66360
|
+
Processing by AnonymousController#index as HTML
|
66361
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66362
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:56:03.700692"], ["updated_at", "2015-11-06 16:56:03.700692"]]
|
66363
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66364
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "3Jx-VdTTK8kzcKWQTO8Ivw"]]
|
66365
|
+
[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
|
66366
|
+
[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"]]
|
66367
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66368
|
+
[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"]]
|
66369
|
+
Rendered text template (0.0ms)
|
66370
|
+
Completed 200 OK in 16ms (Views: 0.6ms | ActiveRecord: 1.8ms)
|
66371
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
66372
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66373
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66374
|
+
[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$ssDXhxjYUAqV/hHIVOIikOWNUgCf3TFQJUjcFgqQBjiYEwEWeKQBi"], ["remember_token", "AuI0N6P7Lp6U5Z_DCMIylg"], ["created_at", "2015-11-06 16:56:03.730921"], ["updated_at", "2015-11-06 16:56:03.730921"]]
|
66375
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66376
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
66377
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66378
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:03.734981"], ["updated_at", "2015-11-06 16:56:03.734981"]]
|
66379
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66380
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66381
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
66382
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:03.737923"], ["updated_at", "2015-11-06 16:56:03.737923"]]
|
66383
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
66384
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
66385
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:56:03.741113"], ["updated_at", "2015-11-06 16:56:03.741113"]]
|
66386
|
+
[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-11-06 16:56:03.742432"], ["updated_at", "2015-11-06 16:56:03.742432"]]
|
66387
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66388
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66389
|
+
Processing by AnonymousController#index as HTML
|
66390
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66391
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:56:03.748507"], ["updated_at", "2015-11-06 16:56:03.748507"]]
|
66392
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66393
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "AuI0N6P7Lp6U5Z_DCMIylg"]]
|
66394
|
+
[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
|
66395
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles'[0m [["read_right", "t"]]
|
66396
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66397
|
+
[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" = 'admin/articles'[0m [["read_right", "t"]]
|
66398
|
+
Rendered text template (0.0ms)
|
66399
|
+
Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.9ms)
|
66400
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
66401
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66402
|
+
Processing by AnonymousController#index as HTML
|
66403
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
66404
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66405
|
+
Rendered text template (0.0ms)
|
66406
|
+
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.3ms)
|
66407
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
66408
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66409
|
+
Processing by AnonymousController#index as HTML
|
66410
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
66411
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66412
|
+
Rendered text template (0.0ms)
|
66413
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
66414
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
66415
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66416
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66417
|
+
[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$MPHGUw5yrh/2Zjzb97831OqRokWzAg5RtGrSYO5xtFzJTwvcRTXUO"], ["remember_token", "ajww6C5GGjwQK8DFAL5K_A"], ["created_at", "2015-11-06 16:56:03.792270"], ["updated_at", "2015-11-06 16:56:03.792270"]]
|
66418
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66419
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
66420
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66421
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-06 16:56:03.796627"], ["updated_at", "2015-11-06 16:56:03.796627"]]
|
66422
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66423
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66424
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66425
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:03.799903"], ["updated_at", "2015-11-06 16:56:03.799903"]]
|
66426
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66427
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66428
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 1], ["read_right", "t"], ["created_at", "2015-11-06 16:56:03.803238"], ["updated_at", "2015-11-06 16:56:03.803238"]]
|
66429
|
+
[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-11-06 16:56:03.805178"], ["updated_at", "2015-11-06 16:56:03.805178"]]
|
66430
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66431
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66432
|
+
Processing by AnonymousController#index as HTML
|
66433
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ajww6C5GGjwQK8DFAL5K_A"]]
|
66434
|
+
[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
|
66435
|
+
[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"]]
|
66436
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66437
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
66438
|
+
Rendered text template (0.0ms)
|
66439
|
+
Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.7ms)
|
66440
|
+
[1m[36m (4.2ms)[0m [1mrollback transaction[0m
|
66441
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
66442
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66443
|
+
[1m[36mAdeia::Token Load (0.7ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66444
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
66445
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66446
|
+
[1m[35mAdeia::Element Load (0.6ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66447
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66448
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:33.980308"], ["updated_at", "2015-11-06 16:56:33.980308"]]
|
66449
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66450
|
+
[1m[35mAdeia::Group Load (0.4ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "admin"]]
|
66451
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66452
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin"], ["created_at", "2015-11-06 16:56:34.004997"], ["updated_at", "2015-11-06 16:56:34.004997"]]
|
66453
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66454
|
+
[1m[35mAdeia::Action Load (0.6ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66455
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66456
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.021931"], ["updated_at", "2015-11-06 16:56:34.021931"]]
|
66457
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66458
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66459
|
+
[1m[36mSQL (1.6ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "create_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["create_right", "t"], ["created_at", "2015-11-06 16:56:34.056714"], ["updated_at", "2015-11-06 16:56:34.056714"]]
|
66460
|
+
[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-11-06 16:56:34.059778"], ["updated_at", "2015-11-06 16:56:34.059778"]]
|
66461
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66462
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66463
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66464
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "adeia_tokens" ("token", "is_valid", "exp_at", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["token", "vuVD7KOQRhcyIZwG5n_iyA"], ["is_valid", "t"], ["exp_at", "2015-12-06"], ["adeia_permission_id", 1], ["created_at", "2015-11-06 16:56:34.090162"], ["updated_at", "2015-11-06 16:56:34.090162"]]
|
66465
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66466
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" = ? LIMIT 1 [["token", "vuVD7KOQRhcyIZwG5n_iyA"]]
|
66467
|
+
[1m[36m (0.3ms)[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"]]
|
66468
|
+
[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"]]
|
66469
|
+
[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"]]
|
66470
|
+
[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"]]
|
66471
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
66472
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66473
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66474
|
+
[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" = 1001
|
66475
|
+
[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" = 1001 AND "adeia_elements"."name" = 'admin/articles'[0m [["create_right", "t"]]
|
66476
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
66477
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66478
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66479
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66480
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.122601"], ["updated_at", "2015-11-06 16:56:34.122601"]]
|
66481
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66482
|
+
[1m[35mAdeia::Action Load (0.5ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66483
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66484
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.127333"], ["updated_at", "2015-11-06 16:56:34.127333"]]
|
66485
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66486
|
+
[1m[35m (0.5ms)[0m SAVEPOINT active_record_1
|
66487
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_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"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-11-06 16:56:34.133681"], ["updated_at", "2015-11-06 16:56:34.133681"]]
|
66488
|
+
[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-11-06 16:56:34.135928"], ["updated_at", "2015-11-06 16:56:34.135928"]]
|
66489
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66490
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66491
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66492
|
+
[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" = 1002
|
66493
|
+
[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"]]
|
66494
|
+
[1m[35m (1.3ms)[0m rollback transaction
|
66495
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66496
|
+
[1m[35mAdeia::Element Load (0.2ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66497
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66498
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.151016"], ["updated_at", "2015-11-06 16:56:34.151016"]]
|
66499
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66500
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66501
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66502
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.154315"], ["updated_at", "2015-11-06 16:56:34.154315"]]
|
66503
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66504
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66505
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1003], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:34.159944"], ["updated_at", "2015-11-06 16:56:34.159944"]]
|
66506
|
+
[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-11-06 16:56:34.161672"], ["updated_at", "2015-11-06 16:56:34.161672"]]
|
66507
|
+
[1m[36mAdeia::Action Load (0.2ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66508
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66509
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66510
|
+
[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
|
66511
|
+
[1m[36m (0.3ms)[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"]]
|
66512
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1003 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66513
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
66514
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66515
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
66516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66517
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.179052"], ["updated_at", "2015-11-06 16:56:34.179052"]]
|
66518
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66519
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66520
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66521
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:34.183418"], ["updated_at", "2015-11-06 16:56:34.183418"]]
|
66522
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66523
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66524
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1004], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:34.188708"], ["updated_at", "2015-11-06 16:56:34.188708"]]
|
66525
|
+
[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-11-06 16:56:34.190146"], ["updated_at", "2015-11-06 16:56:34.190146"]]
|
66526
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66527
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66528
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66529
|
+
[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
|
66530
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1004 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66531
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1004 AND "adeia_elements"."name" = 'admin/articles'[0m [["read_right", "t"]]
|
66532
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
66533
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66534
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66535
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66536
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.203016"], ["updated_at", "2015-11-06 16:56:34.203016"]]
|
66537
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66538
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66539
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66540
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.206280"], ["updated_at", "2015-11-06 16:56:34.206280"]]
|
66541
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66542
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66543
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "create_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1005], ["owner_type", "User"], ["permission_type", 0], ["create_right", "t"], ["created_at", "2015-11-06 16:56:34.210997"], ["updated_at", "2015-11-06 16:56:34.210997"]]
|
66544
|
+
[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-11-06 16:56:34.212586"], ["updated_at", "2015-11-06 16:56:34.212586"]]
|
66545
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66546
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66547
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66548
|
+
[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" = 1005
|
66549
|
+
[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" = 'User' AND "adeia_permissions"."owner_id" = 1005 AND "adeia_elements"."name" = 'admin/articles'[0m [["create_right", "t"]]
|
66550
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
66551
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66552
|
+
[1m[35mAdeia::Element Load (0.2ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66553
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66554
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.226687"], ["updated_at", "2015-11-06 16:56:34.226687"]]
|
66555
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66556
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66557
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66558
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.230518"], ["updated_at", "2015-11-06 16:56:34.230518"]]
|
66559
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66560
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66561
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "create_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1006], ["owner_type", "User"], ["permission_type", 0], ["create_right", "t"], ["created_at", "2015-11-06 16:56:34.237170"], ["updated_at", "2015-11-06 16:56:34.237170"]]
|
66562
|
+
[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-11-06 16:56:34.255388"], ["updated_at", "2015-11-06 16:56:34.255388"]]
|
66563
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66564
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66565
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66566
|
+
[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
|
66567
|
+
[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" = 1006 AND "adeia_elements"."name" = 'admin/articles'[0m [["create_right", "t"]]
|
66568
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
66569
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66570
|
+
[1m[35mAdeia::Element Load (0.2ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66571
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66572
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.267098"], ["updated_at", "2015-11-06 16:56:34.267098"]]
|
66573
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66574
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66575
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
66576
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.270020"], ["updated_at", "2015-11-06 16:56:34.270020"]]
|
66577
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66578
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66579
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1007], ["owner_type", "User"], ["permission_type", 0], ["update_right", "t"], ["created_at", "2015-11-06 16:56:34.277783"], ["updated_at", "2015-11-06 16:56:34.277783"]]
|
66580
|
+
[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-11-06 16:56:34.281671"], ["updated_at", "2015-11-06 16:56:34.281671"]]
|
66581
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66582
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66583
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66584
|
+
[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
|
66585
|
+
[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"]]
|
66586
|
+
[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"]]
|
66587
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
66588
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66589
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
66590
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66591
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.293174"], ["updated_at", "2015-11-06 16:56:34.293174"]]
|
66592
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
66593
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66594
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
66595
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:34.295692"], ["updated_at", "2015-11-06 16:56:34.295692"]]
|
66596
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
66597
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66598
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1008], ["owner_type", "User"], ["permission_type", 0], ["update_right", "t"], ["created_at", "2015-11-06 16:56:34.301487"], ["updated_at", "2015-11-06 16:56:34.301487"]]
|
66599
|
+
[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-11-06 16:56:34.302978"], ["updated_at", "2015-11-06 16:56:34.302978"]]
|
66600
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66601
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66602
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66603
|
+
[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
|
66604
|
+
[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"]]
|
66605
|
+
[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"]]
|
66606
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
66607
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66608
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66609
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66610
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.313466"], ["updated_at", "2015-11-06 16:56:34.313466"]]
|
66611
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66612
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66613
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66614
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.317566"], ["updated_at", "2015-11-06 16:56:34.317566"]]
|
66615
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66616
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66617
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1009], ["owner_type", "User"], ["permission_type", 0], ["destroy_right", "t"], ["created_at", "2015-11-06 16:56:34.321643"], ["updated_at", "2015-11-06 16:56:34.321643"]]
|
66618
|
+
[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-11-06 16:56:34.323252"], ["updated_at", "2015-11-06 16:56:34.323252"]]
|
66619
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66620
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66621
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66622
|
+
[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" = 1009
|
66623
|
+
[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"."destroy_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1009 AND "adeia_elements"."name" = 'admin/articles'[0m [["destroy_right", "t"]]
|
66624
|
+
[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"]]
|
66625
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
66626
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66627
|
+
[1m[36mAdeia::Element Load (0.2ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
66628
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66629
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.337525"], ["updated_at", "2015-11-06 16:56:34.337525"]]
|
66630
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66631
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66632
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66633
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:34.340536"], ["updated_at", "2015-11-06 16:56:34.340536"]]
|
66634
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66635
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66636
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1010], ["owner_type", "User"], ["permission_type", 0], ["created_at", "2015-11-06 16:56:34.344973"], ["updated_at", "2015-11-06 16:56:34.344973"]]
|
66637
|
+
[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-11-06 16:56:34.346918"], ["updated_at", "2015-11-06 16:56:34.346918"]]
|
66638
|
+
[1m[35mAdeia::Action Load (0.2ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66639
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66640
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66641
|
+
[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
|
66642
|
+
[1m[35m (0.2ms)[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'
|
66643
|
+
[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
|
66644
|
+
[1m[35m (1.3ms)[0m rollback transaction
|
66645
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66646
|
+
[1m[35mAdeia::Element Load (0.2ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66647
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66648
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.361692"], ["updated_at", "2015-11-06 16:56:34.361692"]]
|
66649
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66650
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66651
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66652
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.365628"], ["updated_at", "2015-11-06 16:56:34.365628"]]
|
66653
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66654
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66655
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1011], ["owner_type", "User"], ["permission_type", 1], ["update_right", "t"], ["created_at", "2015-11-06 16:56:34.370796"], ["updated_at", "2015-11-06 16:56:34.370796"]]
|
66656
|
+
[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-11-06 16:56:34.372283"], ["updated_at", "2015-11-06 16:56:34.372283"]]
|
66657
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66658
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66659
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
66660
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_tokens" ("token", "is_valid", "exp_at", "adeia_permission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["token", "G-3OzV5p0PbuI8StpitdGA"], ["is_valid", "t"], ["exp_at", "2015-12-06"], ["adeia_permission_id", 1], ["created_at", "2015-11-06 16:56:34.375757"], ["updated_at", "2015-11-06 16:56:34.375757"]]
|
66661
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66662
|
+
[1m[35mAdeia::Token Load (0.0ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" = ? LIMIT 1 [["token", "G-3OzV5p0PbuI8StpitdGA"]]
|
66663
|
+
[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"]]
|
66664
|
+
[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"]]
|
66665
|
+
[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"]]
|
66666
|
+
[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"."id" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_elements"."name" = 'admin/articles' [["id", 1], ["update_right", "t"]]
|
66667
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
66668
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66669
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
66670
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66671
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.386531"], ["updated_at", "2015-11-06 16:56:34.386531"]]
|
66672
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66673
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66674
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
66675
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:34.389228"], ["updated_at", "2015-11-06 16:56:34.389228"]]
|
66676
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
66677
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
66678
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1012], ["owner_type", "User"], ["permission_type", 1], ["update_right", "t"], ["created_at", "2015-11-06 16:56:34.394468"], ["updated_at", "2015-11-06 16:56:34.394468"]]
|
66679
|
+
[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-11-06 16:56:34.395883"], ["updated_at", "2015-11-06 16:56:34.395883"]]
|
66680
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66681
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66682
|
+
[1m[35mAdeia::Token Load (0.2ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66683
|
+
[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" = 1012[0m
|
66684
|
+
[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" = 1012 AND "adeia_elements"."name" = 'admin/articles' [["update_right", "t"]]
|
66685
|
+
[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" = 1012 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
66686
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
66687
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66688
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66689
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66690
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.409837"], ["updated_at", "2015-11-06 16:56:34.409837"]]
|
66691
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66692
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66693
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66694
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.414502"], ["updated_at", "2015-11-06 16:56:34.414502"]]
|
66695
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66696
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66697
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1013], ["owner_type", "User"], ["permission_type", 1], ["update_right", "t"], ["created_at", "2015-11-06 16:56:34.420350"], ["updated_at", "2015-11-06 16:56:34.420350"]]
|
66698
|
+
[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-11-06 16:56:34.422339"], ["updated_at", "2015-11-06 16:56:34.422339"]]
|
66699
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66700
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
66701
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66702
|
+
[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" = 1013
|
66703
|
+
[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" = 1013 AND "adeia_elements"."name" = 'admin/articles'[0m [["update_right", "t"]]
|
66704
|
+
[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"]]
|
66705
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
66706
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66707
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
66708
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66709
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.437548"], ["updated_at", "2015-11-06 16:56:34.437548"]]
|
66710
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66711
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66712
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
66713
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:34.440530"], ["updated_at", "2015-11-06 16:56:34.440530"]]
|
66714
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66715
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66716
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1016], ["owner_type", "User"], ["permission_type", 1], ["update_right", "t"], ["created_at", "2015-11-06 16:56:34.444916"], ["updated_at", "2015-11-06 16:56:34.444916"]]
|
66717
|
+
[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-11-06 16:56:34.446297"], ["updated_at", "2015-11-06 16:56:34.446297"]]
|
66718
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66719
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66720
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66721
|
+
[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
|
66722
|
+
[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"]]
|
66723
|
+
[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"]]
|
66724
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
66725
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66726
|
+
[1m[35mAdeia::Element Load (0.2ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66727
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66728
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.461138"], ["updated_at", "2015-11-06 16:56:34.461138"]]
|
66729
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66730
|
+
[1m[35mAdeia::Action Load (0.2ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66731
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66732
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.465565"], ["updated_at", "2015-11-06 16:56:34.465565"]]
|
66733
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66734
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66735
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1018], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1], ["update_right", "t"], ["created_at", "2015-11-06 16:56:34.469649"], ["updated_at", "2015-11-06 16:56:34.469649"]]
|
66736
|
+
[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-11-06 16:56:34.471233"], ["updated_at", "2015-11-06 16:56:34.471233"]]
|
66737
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66738
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66739
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66740
|
+
[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
|
66741
|
+
[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"]]
|
66742
|
+
[1m[35mAdeia::Permission Load (0.5ms)[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"]]
|
66743
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
66744
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66745
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "admin/articles"]]
|
66746
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66747
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.483455"], ["updated_at", "2015-11-06 16:56:34.483455"]]
|
66748
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66749
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66750
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66751
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:34.486589"], ["updated_at", "2015-11-06 16:56:34.486589"]]
|
66752
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66753
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66754
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1020], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1020], ["update_right", "t"], ["created_at", "2015-11-06 16:56:34.491086"], ["updated_at", "2015-11-06 16:56:34.491086"]]
|
66755
|
+
[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-11-06 16:56:34.493717"], ["updated_at", "2015-11-06 16:56:34.493717"]]
|
66756
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66757
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66758
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66759
|
+
[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
|
66760
|
+
[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"]]
|
66761
|
+
[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"]]
|
66762
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
66763
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66764
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66765
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66766
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.508986"], ["updated_at", "2015-11-06 16:56:34.508986"]]
|
66767
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66768
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66769
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
66770
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.512221"], ["updated_at", "2015-11-06 16:56:34.512221"]]
|
66771
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66772
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66773
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1022], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 1021], ["update_right", "t"], ["created_at", "2015-11-06 16:56:34.516388"], ["updated_at", "2015-11-06 16:56:34.516388"]]
|
66774
|
+
[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-11-06 16:56:34.518020"], ["updated_at", "2015-11-06 16:56:34.518020"]]
|
66775
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66776
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66777
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66778
|
+
[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
|
66779
|
+
[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"]]
|
66780
|
+
[1m[35mAdeia::Permission Load (0.4ms)[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"]]
|
66781
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
66782
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66783
|
+
[1m[36mAdeia::Group Load (0.1ms)[0m [1mSELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1[0m [["name", "admin"]]
|
66784
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66785
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "admin"], ["created_at", "2015-11-06 16:56:34.549368"], ["updated_at", "2015-11-06 16:56:34.549368"]]
|
66786
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66787
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66788
|
+
[1m[35mSQL (2.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-11-06 16:56:34.555266"], ["updated_at", "2015-11-06 16:56:34.555266"]]
|
66789
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66790
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66791
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66792
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.561261"], ["updated_at", "2015-11-06 16:56:34.561261"]]
|
66793
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66794
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66795
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66796
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.564701"], ["updated_at", "2015-11-06 16:56:34.564701"]]
|
66797
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66798
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66799
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "create_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["create_right", "t"], ["created_at", "2015-11-06 16:56:34.568811"], ["updated_at", "2015-11-06 16:56:34.568811"]]
|
66800
|
+
[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-11-06 16:56:34.570042"], ["updated_at", "2015-11-06 16:56:34.570042"]]
|
66801
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66802
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66803
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66804
|
+
[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
|
66805
|
+
[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"]]
|
66806
|
+
[1m[35m (1.4ms)[0m rollback transaction
|
66807
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
66808
|
+
Processing by AnonymousController#index as HTML
|
66809
|
+
[1m[35mUser Load (0.9ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
66810
|
+
Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.9ms)
|
66811
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
66812
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66813
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66814
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$rnwBvrjd3BcK9KQ2EjxtsODHj1UX8GYyYSr3zDGE0xoWB5H.WCue2"], ["remember_token", "TOmkpaLvflvU59kI3KjFAA"], ["created_at", "2015-11-06 16:56:34.632365"], ["updated_at", "2015-11-06 16:56:34.632365"]]
|
66815
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66816
|
+
Processing by AnonymousController#index as HTML
|
66817
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "TOmkpaLvflvU59kI3KjFAA"]]
|
66818
|
+
Rendered text template (0.0ms)
|
66819
|
+
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms)
|
66820
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
66821
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66822
|
+
Processing by AnonymousController#index as HTML
|
66823
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
66824
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms)
|
66825
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
66826
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66827
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66828
|
+
[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$07CZYwX0THvY8aKomWAT2e2D.fLTHFNxwqnO/rqYOx7MhaUsLd8JW"], ["remember_token", "MZLEH7PHzEYDhcI38QcK0g"], ["created_at", "2015-11-06 16:56:34.665686"], ["updated_at", "2015-11-06 16:56:34.665686"]]
|
66829
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66830
|
+
Processing by AnonymousController#index as HTML
|
66831
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "MZLEH7PHzEYDhcI38QcK0g"]]
|
66832
|
+
Rendered text template (0.0ms)
|
66833
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)
|
66834
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
66835
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66836
|
+
Processing by AnonymousController#index as HTML
|
66837
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
66838
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66839
|
+
Rendered text template (0.0ms)
|
66840
|
+
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.3ms)
|
66841
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
66842
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66843
|
+
Processing by AnonymousController#index as HTML
|
66844
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
66845
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66846
|
+
Rendered text template (0.0ms)
|
66847
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
66848
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
66849
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66850
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66851
|
+
[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$VXvqHGop.s28VthHmSUTeOiS9zys9Kaq0MnE.LBXQ8eoFAyAlzCH2"], ["remember_token", "Sfg6X5iaAF8nT4gvmTyA2g"], ["created_at", "2015-11-06 16:56:34.701139"], ["updated_at", "2015-11-06 16:56:34.701139"]]
|
66852
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66853
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
66854
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66855
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-06 16:56:34.705207"], ["updated_at", "2015-11-06 16:56:34.705207"]]
|
66856
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66857
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66858
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66859
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:34.709325"], ["updated_at", "2015-11-06 16:56:34.709325"]]
|
66860
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66861
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66862
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:34.712467"], ["updated_at", "2015-11-06 16:56:34.712467"]]
|
66863
|
+
[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-11-06 16:56:34.714625"], ["updated_at", "2015-11-06 16:56:34.714625"]]
|
66864
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66865
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66866
|
+
Processing by AnonymousController#index as HTML
|
66867
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "Sfg6X5iaAF8nT4gvmTyA2g"]]
|
66868
|
+
[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
|
66869
|
+
[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"]]
|
66870
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66871
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
66872
|
+
Rendered text template (0.0ms)
|
66873
|
+
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.6ms)
|
66874
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
66875
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66876
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66877
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$XQq40d6NZUbky/YCCmSpT.8V8ZrA4IAtOxFXrfUPb33C07iQuHYu."], ["remember_token", "U2ObWRoUD6Kt4vgUxbG-Hg"], ["created_at", "2015-11-06 16:56:34.736945"], ["updated_at", "2015-11-06 16:56:34.736945"]]
|
66878
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66879
|
+
[1m[35mAdeia::Element Load (0.0ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
66880
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66881
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:56:34.740412"], ["updated_at", "2015-11-06 16:56:34.740412"]]
|
66882
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66883
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66884
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66885
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.742873"], ["updated_at", "2015-11-06 16:56:34.742873"]]
|
66886
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66887
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66888
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:56:34.745752"], ["updated_at", "2015-11-06 16:56:34.745752"]]
|
66889
|
+
[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-11-06 16:56:34.747070"], ["updated_at", "2015-11-06 16:56:34.747070"]]
|
66890
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66891
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66892
|
+
Processing by AnonymousController#index as HTML
|
66893
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66894
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:56:34.761815"], ["updated_at", "2015-11-06 16:56:34.761815"]]
|
66895
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66896
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "U2ObWRoUD6Kt4vgUxbG-Hg"]]
|
66897
|
+
[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
|
66898
|
+
[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"]]
|
66899
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66900
|
+
[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"]]
|
66901
|
+
Rendered text template (0.0ms)
|
66902
|
+
Completed 200 OK in 17ms (Views: 0.8ms | ActiveRecord: 1.7ms)
|
66903
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
66904
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66905
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66906
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$BfBlh93cW3NDV57XLxEJPOUuYgyFUTYZvzljKRCwf/voVH3Or9iii"], ["remember_token", "_UFnh_afnV-7IGLssvouiQ"], ["created_at", "2015-11-06 16:56:34.786253"], ["updated_at", "2015-11-06 16:56:34.786253"]]
|
66907
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66908
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66909
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66910
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.792571"], ["updated_at", "2015-11-06 16:56:34.792571"]]
|
66911
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66912
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66913
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66914
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.795873"], ["updated_at", "2015-11-06 16:56:34.795873"]]
|
66915
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66916
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66917
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 2], ["resource_id", 100], ["read_right", "t"], ["created_at", "2015-11-06 16:56:34.799218"], ["updated_at", "2015-11-06 16:56:34.799218"]]
|
66918
|
+
[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-11-06 16:56:34.801110"], ["updated_at", "2015-11-06 16:56:34.801110"]]
|
66919
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66920
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66921
|
+
Processing by AnonymousController#index as HTML
|
66922
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
66923
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "content", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Rspec tests"], ["content", "Lorem ipsum"], ["id", 100], ["created_at", "2015-11-06 16:56:34.806909"], ["updated_at", "2015-11-06 16:56:34.806909"]]
|
66924
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66925
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "_UFnh_afnV-7IGLssvouiQ"]]
|
66926
|
+
[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
|
66927
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66928
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
66929
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'admin/articles' [["read_right", "t"]]
|
66930
|
+
Rendered text template (0.0ms)
|
66931
|
+
Completed 200 OK in 11ms (Views: 0.6ms | ActiveRecord: 1.4ms)
|
66932
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
66933
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66934
|
+
Processing by AnonymousController#index as HTML
|
66935
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
66936
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66937
|
+
Rendered text template (0.0ms)
|
66938
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.3ms)
|
66939
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
66940
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66941
|
+
Processing by AnonymousController#index as HTML
|
66942
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
66943
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66944
|
+
Rendered text template (0.0ms)
|
66945
|
+
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.3ms)
|
66946
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
66947
|
+
[1m[35m (0.1ms)[0m begin transaction
|
66948
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66949
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$2/EVuFw5VOmWuk1IVJfy7OrBM3eLB6htm/u7ys43fOp/tFIQwJ0Hi"], ["remember_token", "KYiLuKwaCUOego8pcJSWHQ"], ["created_at", "2015-11-06 16:56:34.846363"], ["updated_at", "2015-11-06 16:56:34.846363"]]
|
66950
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66951
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
66952
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66953
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:56:34.849767"], ["updated_at", "2015-11-06 16:56:34.849767"]]
|
66954
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66955
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66956
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66957
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.852468"], ["updated_at", "2015-11-06 16:56:34.852468"]]
|
66958
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66959
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
66960
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 1], ["read_right", "t"], ["created_at", "2015-11-06 16:56:34.857379"], ["updated_at", "2015-11-06 16:56:34.857379"]]
|
66961
|
+
[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-11-06 16:56:34.859393"], ["updated_at", "2015-11-06 16:56:34.859393"]]
|
66962
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
66963
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
66964
|
+
Processing by AnonymousController#index as HTML
|
66965
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "KYiLuKwaCUOego8pcJSWHQ"]]
|
66966
|
+
[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
|
66967
|
+
[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"]]
|
66968
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
66969
|
+
[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"]]
|
66970
|
+
Rendered text template (0.0ms)
|
66971
|
+
Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.5ms)
|
66972
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
66973
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66974
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66975
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66976
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.873440"], ["updated_at", "2015-11-06 16:56:34.873440"]]
|
66977
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66978
|
+
[1m[35mAdeia::Group Load (0.0ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "admin"]]
|
66979
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66980
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin"], ["created_at", "2015-11-06 16:56:34.875858"], ["updated_at", "2015-11-06 16:56:34.875858"]]
|
66981
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66982
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66983
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66984
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.878393"], ["updated_at", "2015-11-06 16:56:34.878393"]]
|
66985
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66986
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
66987
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66988
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
66989
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66990
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.885081"], ["updated_at", "2015-11-06 16:56:34.885081"]]
|
66991
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66992
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
66993
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
66994
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.887560"], ["updated_at", "2015-11-06 16:56:34.887560"]]
|
66995
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
66996
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
66997
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
66998
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "admin"]]
|
66999
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67000
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin"], ["created_at", "2015-11-06 16:56:34.895259"], ["updated_at", "2015-11-06 16:56:34.895259"]]
|
67001
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67002
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67003
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67004
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.897887"], ["updated_at", "2015-11-06 16:56:34.897887"]]
|
67005
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67006
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
67007
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67008
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
67009
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67010
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.905218"], ["updated_at", "2015-11-06 16:56:34.905218"]]
|
67011
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67012
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "admin"]]
|
67013
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67014
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin"], ["created_at", "2015-11-06 16:56:34.908208"], ["updated_at", "2015-11-06 16:56:34.908208"]]
|
67015
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67016
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67017
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67018
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.910802"], ["updated_at", "2015-11-06 16:56:34.910802"]]
|
67019
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67020
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
67021
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67022
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
67023
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67024
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.918693"], ["updated_at", "2015-11-06 16:56:34.918693"]]
|
67025
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67026
|
+
[1m[35mAdeia::Group Load (0.0ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "admin"]]
|
67027
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67028
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin"], ["created_at", "2015-11-06 16:56:34.920820"], ["updated_at", "2015-11-06 16:56:34.920820"]]
|
67029
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67030
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67031
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67032
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:34.923252"], ["updated_at", "2015-11-06 16:56:34.923252"]]
|
67033
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67034
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
67035
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67036
|
+
[1m[35mAdeia::Element Load (0.2ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "admin/articles"]]
|
67037
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67038
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin/articles"], ["created_at", "2015-11-06 16:56:34.931169"], ["updated_at", "2015-11-06 16:56:34.931169"]]
|
67039
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67040
|
+
[1m[35mAdeia::Group Load (0.1ms)[0m SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "admin"]]
|
67041
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67042
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "admin"], ["created_at", "2015-11-06 16:56:34.934838"], ["updated_at", "2015-11-06 16:56:34.934838"]]
|
67043
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67044
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
67045
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67046
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67047
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$RS0lPgUM1S/4PPnZzyg6jOz75t7MukikpSALDdl61vxoFZyxCef9y"], ["remember_token", "hAjZB5AXl2uTPbNv2Z3Oqw"], ["created_at", "2015-11-06 16:56:34.945186"], ["updated_at", "2015-11-06 16:56:34.945186"]]
|
67048
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67049
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
67050
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67051
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-06 16:56:34.950237"], ["updated_at", "2015-11-06 16:56:34.950237"]]
|
67052
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
67053
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67054
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67055
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:34.955392"], ["updated_at", "2015-11-06 16:56:34.955392"]]
|
67056
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67057
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67058
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:34.961188"], ["updated_at", "2015-11-06 16:56:34.961188"]]
|
67059
|
+
[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-11-06 16:56:34.962966"], ["updated_at", "2015-11-06 16:56:34.962966"]]
|
67060
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67061
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67062
|
+
Processing by ArticlesController#index as HTML
|
67063
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "hAjZB5AXl2uTPbNv2Z3Oqw"]]
|
67064
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
67065
|
+
[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
|
67066
|
+
[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"]]
|
67067
|
+
[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"]]
|
67068
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
67069
|
+
Rendered articles/index.html.erb within layouts/application (0.4ms)
|
67070
|
+
Completed 200 OK in 16ms (Views: 8.8ms | ActiveRecord: 0.8ms)
|
67071
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
67072
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67073
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67074
|
+
[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$Gem3A0UOobEmZAphDwbwM.qYjZQmpAKbpvw4phnHmNpJd4/FVDUdC"], ["remember_token", "QxTvHmZZATvnQwQO-OebVA"], ["created_at", "2015-11-06 16:56:34.992136"], ["updated_at", "2015-11-06 16:56:34.992136"]]
|
67075
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67076
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
67077
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67078
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-06 16:56:34.997001"], ["updated_at", "2015-11-06 16:56:34.997001"]]
|
67079
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67080
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67081
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67082
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:35.001319"], ["updated_at", "2015-11-06 16:56:35.001319"]]
|
67083
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67084
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67085
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:35.005556"], ["updated_at", "2015-11-06 16:56:35.005556"]]
|
67086
|
+
[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-11-06 16:56:35.007162"], ["updated_at", "2015-11-06 16:56:35.007162"]]
|
67087
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67088
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67089
|
+
Processing by ArticlesController#index as HTML
|
67090
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "QxTvHmZZATvnQwQO-OebVA"]]
|
67091
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
67092
|
+
[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
|
67093
|
+
[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"]]
|
67094
|
+
[1m[35mAdeia::Permission Load (0.0ms)[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"]]
|
67095
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
67096
|
+
Rendered articles/index.html.erb within layouts/application (0.2ms)
|
67097
|
+
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.5ms)
|
67098
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
67099
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67100
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
67101
|
+
[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$MDcdlQ3EPdnoDzx9IRL15.vGtAmmZEDDscBOrJim1t5XQIAkEwl36"], ["remember_token", "Apme76akEAjxhoeFmi1Phg"], ["created_at", "2015-11-06 16:56:35.023071"], ["updated_at", "2015-11-06 16:56:35.023071"]]
|
67102
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67103
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
67104
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67105
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-06 16:56:35.026734"], ["updated_at", "2015-11-06 16:56:35.026734"]]
|
67106
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67107
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67108
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67109
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:35.030541"], ["updated_at", "2015-11-06 16:56:35.030541"]]
|
67110
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67111
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
67112
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:35.036724"], ["updated_at", "2015-11-06 16:56:35.036724"]]
|
67113
|
+
[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-11-06 16:56:35.040793"], ["updated_at", "2015-11-06 16:56:35.040793"]]
|
67114
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67115
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67116
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67117
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67118
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$yQn6SRyEHTRMLlb7n7AHcejkBUQ/dK33AbCRxmqpMssKlEnTIMfZ2"], ["remember_token", "DyTcmlyp5qzVfgI1ytj8vw"], ["created_at", "2015-11-06 16:56:35.049744"], ["updated_at", "2015-11-06 16:56:35.049744"]]
|
67119
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67120
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67121
|
+
[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", 2], ["created_at", "2015-11-06 16:56:35.052046"], ["updated_at", "2015-11-06 16:56:35.052046"]]
|
67122
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67123
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67124
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67125
|
+
[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-11-06 16:56:35.056171"], ["updated_at", "2015-11-06 16:56:35.056171"]]
|
67126
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67127
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67128
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67129
|
+
[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-11-06 16:56:35.059210"], ["updated_at", "2015-11-06 16:56:35.059210"]]
|
67130
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67131
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67132
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67133
|
+
[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-11-06 16:56:35.061789"], ["updated_at", "2015-11-06 16:56:35.061789"]]
|
67134
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67135
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67136
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67137
|
+
[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-11-06 16:56:35.063919"], ["updated_at", "2015-11-06 16:56:35.063919"]]
|
67138
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67139
|
+
Processing by ArticlesController#index as HTML
|
67140
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "Apme76akEAjxhoeFmi1Phg"]]
|
67141
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
67142
|
+
[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
|
67143
|
+
[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"]]
|
67144
|
+
[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"]]
|
67145
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
67146
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
67147
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.6ms)
|
67148
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
67149
|
+
[1m[35m (0.1ms)[0m begin transaction
|
67150
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67151
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$PnYvfhCRBKoRNyNqbxGWiOl/2.wRGk.21uQjR1ZS.SRH0jKG8eMJG"], ["remember_token", "k_ewuNNtfX4z52uRj6e56A"], ["created_at", "2015-11-06 16:56:35.079086"], ["updated_at", "2015-11-06 16:56:35.079086"]]
|
67152
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67153
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
67154
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67155
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:56:35.082256"], ["updated_at", "2015-11-06 16:56:35.082256"]]
|
67156
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67157
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67158
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67159
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:35.084803"], ["updated_at", "2015-11-06 16:56:35.084803"]]
|
67160
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67161
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67162
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 1], ["read_right", "t"], ["created_at", "2015-11-06 16:56:35.089252"], ["updated_at", "2015-11-06 16:56:35.089252"]]
|
67163
|
+
[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-11-06 16:56:35.090615"], ["updated_at", "2015-11-06 16:56:35.090615"]]
|
67164
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67165
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
67166
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67167
|
+
[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-11-06 16:56:35.094550"], ["updated_at", "2015-11-06 16:56:35.094550"]]
|
67168
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67169
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67170
|
+
[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", 1], ["created_at", "2015-11-06 16:56:35.097420"], ["updated_at", "2015-11-06 16:56:35.097420"]]
|
67171
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
67172
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67173
|
+
[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-11-06 16:56:35.100056"], ["updated_at", "2015-11-06 16:56:35.100056"]]
|
67174
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67175
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67176
|
+
[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-11-06 16:56:35.102227"], ["updated_at", "2015-11-06 16:56:35.102227"]]
|
67177
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67178
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67179
|
+
[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-11-06 16:56:35.104343"], ["updated_at", "2015-11-06 16:56:35.104343"]]
|
67180
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67181
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67182
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67183
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$.ZLyZXT7pIhCrXUB0X0l6ujqaBphK8iLxlCoVwyZEMje90JBxfdaO"], ["remember_token", "tNh3PEXbVOOXG3HFIgxZYQ"], ["created_at", "2015-11-06 16:56:35.109476"], ["updated_at", "2015-11-06 16:56:35.109476"]]
|
67184
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67185
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67186
|
+
[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-11-06 16:56:35.111978"], ["updated_at", "2015-11-06 16:56:35.111978"]]
|
67187
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67188
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67189
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67190
|
+
[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-11-06 16:56:35.114382"], ["updated_at", "2015-11-06 16:56:35.114382"]]
|
67191
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67192
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67193
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67194
|
+
[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-11-06 16:56:35.116533"], ["updated_at", "2015-11-06 16:56:35.116533"]]
|
67195
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67196
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67197
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67198
|
+
[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-11-06 16:56:35.118373"], ["updated_at", "2015-11-06 16:56:35.118373"]]
|
67199
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67200
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67201
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67202
|
+
[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-11-06 16:56:35.120759"], ["updated_at", "2015-11-06 16:56:35.120759"]]
|
67203
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67204
|
+
Processing by ArticlesController#index as HTML
|
67205
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "k_ewuNNtfX4z52uRj6e56A"]]
|
67206
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
67207
|
+
[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
|
67208
|
+
[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"]]
|
67209
|
+
[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"]]
|
67210
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
67211
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
67212
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.5ms)
|
67213
|
+
[1m[36mArticle Load (0.3ms)[0m [1mSELECT "articles".* FROM "articles" WHERE (user_id = 1 OR id IN (NULL))[0m
|
67214
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
67215
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67216
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67217
|
+
[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$YOp.66LNJFkwxu6Dxx3c1e09l2bXkz9.DP5pQ..xbMpkYEyakmPmm"], ["remember_token", "0vClzhYFSdydk2cL9Od_mQ"], ["created_at", "2015-11-06 16:56:35.135021"], ["updated_at", "2015-11-06 16:56:35.135021"]]
|
67218
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67219
|
+
[1m[36mAdeia::Element Load (0.0ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
67220
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67221
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-06 16:56:35.138118"], ["updated_at", "2015-11-06 16:56:35.138118"]]
|
67222
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67223
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67224
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67225
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:35.140587"], ["updated_at", "2015-11-06 16:56:35.140587"]]
|
67226
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67227
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67228
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 1], ["read_right", "t"], ["created_at", "2015-11-06 16:56:35.144146"], ["updated_at", "2015-11-06 16:56:35.144146"]]
|
67229
|
+
[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-11-06 16:56:35.145602"], ["updated_at", "2015-11-06 16:56:35.145602"]]
|
67230
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67231
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67232
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67233
|
+
[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-11-06 16:56:35.149017"], ["updated_at", "2015-11-06 16:56:35.149017"]]
|
67234
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67235
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67236
|
+
[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-11-06 16:56:35.150722"], ["updated_at", "2015-11-06 16:56:35.150722"]]
|
67237
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67238
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
67239
|
+
[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-11-06 16:56:35.152326"], ["updated_at", "2015-11-06 16:56:35.152326"]]
|
67240
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67241
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67242
|
+
[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-11-06 16:56:35.153851"], ["updated_at", "2015-11-06 16:56:35.153851"]]
|
67243
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67244
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
67245
|
+
[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-11-06 16:56:35.155381"], ["updated_at", "2015-11-06 16:56:35.155381"]]
|
67246
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
67247
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67248
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67249
|
+
[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$Hq2U3BJd9cv36lS08JmK7OLYHSkKWtxcHqBvaYF2zlQaSYwguFc2G"], ["remember_token", "OTVX-Zw6xNeCT8hPKnkdsg"], ["created_at", "2015-11-06 16:56:35.159422"], ["updated_at", "2015-11-06 16:56:35.159422"]]
|
67250
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67251
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67252
|
+
[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-11-06 16:56:35.161025"], ["updated_at", "2015-11-06 16:56:35.161025"]]
|
67253
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67254
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67255
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67256
|
+
[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-11-06 16:56:35.162937"], ["updated_at", "2015-11-06 16:56:35.162937"]]
|
67257
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67258
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67259
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67260
|
+
[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-11-06 16:56:35.164724"], ["updated_at", "2015-11-06 16:56:35.164724"]]
|
67261
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67262
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67263
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67264
|
+
[1m[35mSQL (0.3ms)[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-11-06 16:56:35.167187"], ["updated_at", "2015-11-06 16:56:35.167187"]]
|
67265
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67266
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67267
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67268
|
+
[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-11-06 16:56:35.171455"], ["updated_at", "2015-11-06 16:56:35.171455"]]
|
67269
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67270
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67271
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67272
|
+
[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-11-06 16:56:35.174249"], ["updated_at", "2015-11-06 16:56:35.174249"]]
|
67273
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67274
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
67275
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67276
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67277
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_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"], ["created_at", "2015-11-06 16:56:35.179425"], ["updated_at", "2015-11-06 16:56:35.179425"]]
|
67278
|
+
[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-11-06 16:56:35.181052"], ["updated_at", "2015-11-06 16:56:35.181052"]]
|
67279
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67280
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67281
|
+
Processing by ArticlesController#index as HTML
|
67282
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "0vClzhYFSdydk2cL9Od_mQ"]]
|
67283
|
+
[1m[35mAdeia::Token Load (0.2ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
67284
|
+
[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
|
67285
|
+
[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"]]
|
67286
|
+
[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"]]
|
67287
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
67288
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
67289
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.6ms)
|
67290
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE (user_id = 1 OR id IN (11))[0m
|
67291
|
+
[1m[35m (2.9ms)[0m rollback transaction
|
67292
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67293
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67294
|
+
[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$UGIeJPIpsTr3EEAAt39Er.2PFuwx71M44SgY13ENAMJNFyrsYx6Bm"], ["remember_token", "aAutX4fPAAKk4lJ2qpxhWw"], ["created_at", "2015-11-06 16:56:35.198601"], ["updated_at", "2015-11-06 16:56:35.198601"]]
|
67295
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67296
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67297
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67298
|
+
[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$7a871ixIqL3hJhOMMtK2auGbhs2/jeEM2T6cPruJDJCFVuulrXcjS"], ["remember_token", "bsXIrBGzZSkQOErVSokAuA"], ["created_at", "2015-11-06 16:56:35.203375"], ["updated_at", "2015-11-06 16:56:35.203375"]]
|
67299
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67300
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67301
|
+
[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-11-06 16:56:35.205145"], ["updated_at", "2015-11-06 16:56:35.205145"]]
|
67302
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67303
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67304
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67305
|
+
[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-11-06 16:56:35.207086"], ["updated_at", "2015-11-06 16:56:35.207086"]]
|
67306
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67307
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67308
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67309
|
+
[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-11-06 16:56:35.208848"], ["updated_at", "2015-11-06 16:56:35.208848"]]
|
67310
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67311
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67312
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
67313
|
+
[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-11-06 16:56:35.211137"], ["updated_at", "2015-11-06 16:56:35.211137"]]
|
67314
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67315
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67316
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67317
|
+
[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-11-06 16:56:35.214516"], ["updated_at", "2015-11-06 16:56:35.214516"]]
|
67318
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67319
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67320
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67321
|
+
[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-11-06 16:56:35.217087"], ["updated_at", "2015-11-06 16:56:35.217087"]]
|
67322
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67323
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67324
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67325
|
+
[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-11-06 16:56:35.219080"], ["updated_at", "2015-11-06 16:56:35.219080"]]
|
67326
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67327
|
+
[1m[35mAdeia::Element Load (0.0ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
67328
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67329
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:56:35.222047"], ["updated_at", "2015-11-06 16:56:35.222047"]]
|
67330
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67331
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67332
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67333
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:35.224404"], ["updated_at", "2015-11-06 16:56:35.224404"]]
|
67334
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67335
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67336
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_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"], ["created_at", "2015-11-06 16:56:35.227277"], ["updated_at", "2015-11-06 16:56:35.227277"]]
|
67337
|
+
[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-11-06 16:56:35.228752"], ["updated_at", "2015-11-06 16:56:35.228752"]]
|
67338
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67339
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
67340
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
67341
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67342
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
67343
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "resource_id", "read_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"], ["created_at", "2015-11-06 16:56:35.239550"], ["updated_at", "2015-11-06 16:56:35.239550"]]
|
67344
|
+
[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-11-06 16:56:35.241077"], ["updated_at", "2015-11-06 16:56:35.241077"]]
|
67345
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67346
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67347
|
+
Processing by ArticlesController#index as HTML
|
67348
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "aAutX4fPAAKk4lJ2qpxhWw"]]
|
67349
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
67350
|
+
[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
|
67351
|
+
[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"]]
|
67352
|
+
[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"]]
|
67353
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
67354
|
+
Rendered articles/index.html.erb within layouts/application (0.3ms)
|
67355
|
+
Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 0.7ms)
|
67356
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" IN (1, 2)
|
67357
|
+
[1m[36m (2.2ms)[0m [1mrollback transaction[0m
|
67358
|
+
[1m[35m (0.1ms)[0m begin transaction
|
67359
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67360
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$StNBMIxpqfqkI0bGwxN0mOCD1LOkMD2xI9Etde6qlZ18hYQ9McS8S"], ["remember_token", "cy4vqCVqbViM3gWamy6RZg"], ["created_at", "2015-11-06 16:56:35.260919"], ["updated_at", "2015-11-06 16:56:35.260919"]]
|
67361
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67362
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
67363
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67364
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:56:35.264739"], ["updated_at", "2015-11-06 16:56:35.264739"]]
|
67365
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67366
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67367
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67368
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:35.268258"], ["updated_at", "2015-11-06 16:56:35.268258"]]
|
67369
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67370
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
67371
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:35.272494"], ["updated_at", "2015-11-06 16:56:35.272494"]]
|
67372
|
+
[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-11-06 16:56:35.274114"], ["updated_at", "2015-11-06 16:56:35.274114"]]
|
67373
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67374
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67375
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67376
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67377
|
+
[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$5HUOatb/Bl.QKhF2Fp2DMegRz8oy6iQEsC4LESjVG6I6MjNQ5Kbii"], ["remember_token", "Boe7TmuodTFe1UswuYLhsA"], ["created_at", "2015-11-06 16:56:35.280289"], ["updated_at", "2015-11-06 16:56:35.280289"]]
|
67378
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67379
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67380
|
+
[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-11-06 16:56:35.282089"], ["updated_at", "2015-11-06 16:56:35.282089"]]
|
67381
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67382
|
+
Processing by ArticlesController#show as HTML
|
67383
|
+
Parameters: {"id"=>"1"}
|
67384
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "cy4vqCVqbViM3gWamy6RZg"]]
|
67385
|
+
[1m[36mArticle Load (0.3ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
|
67386
|
+
[1m[35mAdeia::Token Load (0.2ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
67387
|
+
[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
|
67388
|
+
[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"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["read_right", "t"]]
|
67389
|
+
[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"]]
|
67390
|
+
Rendered articles/show.html.erb within layouts/application (0.3ms)
|
67391
|
+
Completed 200 OK in 15ms (Views: 2.9ms | ActiveRecord: 1.2ms)
|
67392
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
67393
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67394
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67395
|
+
[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$AM1OKlTr5R49bWr0Bsl2buvSJBPMAqvJ.jPb03Lr9tkLjSXQbqqFu"], ["remember_token", "q54-rWk7GOqFUvqqRWOVOw"], ["created_at", "2015-11-06 16:56:35.304275"], ["updated_at", "2015-11-06 16:56:35.304275"]]
|
67396
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67397
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
67398
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67399
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-06 16:56:35.307350"], ["updated_at", "2015-11-06 16:56:35.307350"]]
|
67400
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67401
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67402
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67403
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:35.312291"], ["updated_at", "2015-11-06 16:56:35.312291"]]
|
67404
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67405
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67406
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:35.315250"], ["updated_at", "2015-11-06 16:56:35.315250"]]
|
67407
|
+
[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-11-06 16:56:35.316430"], ["updated_at", "2015-11-06 16:56:35.316430"]]
|
67408
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67409
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67410
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67411
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67412
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$zuHEijSWfN./BxlHpQ/0UO1RJ8FJbJbguxmx78dhGD/sJTlpd7l/2"], ["remember_token", "fn1NprwF1l7qkFYgs6IaIg"], ["created_at", "2015-11-06 16:56:35.322563"], ["updated_at", "2015-11-06 16:56:35.322563"]]
|
67413
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67414
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
67415
|
+
[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-11-06 16:56:35.324176"], ["updated_at", "2015-11-06 16:56:35.324176"]]
|
67416
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67417
|
+
Processing by ArticlesController#show as HTML
|
67418
|
+
Parameters: {"id"=>"1"}
|
67419
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "q54-rWk7GOqFUvqqRWOVOw"]]
|
67420
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
|
67421
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
67422
|
+
[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
|
67423
|
+
[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"]]
|
67424
|
+
[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"]]
|
67425
|
+
Rendered articles/show.html.erb within layouts/application (0.3ms)
|
67426
|
+
Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.5ms)
|
67427
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
67428
|
+
[1m[35m (0.1ms)[0m begin transaction
|
67429
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67430
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$HAA7eTPtv.imPIkW3mgOS.n43WIzn24Jh.oxtX5BkA2GEK2TVNMhO"], ["remember_token", "2820lHbmekjWQtycQ-vp_Q"], ["created_at", "2015-11-06 16:56:35.337588"], ["updated_at", "2015-11-06 16:56:35.337588"]]
|
67431
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67432
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
67433
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67434
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:56:35.340675"], ["updated_at", "2015-11-06 16:56:35.340675"]]
|
67435
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67436
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67437
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67438
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:35.343559"], ["updated_at", "2015-11-06 16:56:35.343559"]]
|
67439
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67440
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67441
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "create_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["create_right", "t"], ["created_at", "2015-11-06 16:56:35.346991"], ["updated_at", "2015-11-06 16:56:35.346991"]]
|
67442
|
+
[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-11-06 16:56:35.348200"], ["updated_at", "2015-11-06 16:56:35.348200"]]
|
67443
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67444
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67445
|
+
Processing by ArticlesController#new as HTML
|
67446
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "2820lHbmekjWQtycQ-vp_Q"]]
|
67447
|
+
[1m[35mAdeia::Token Load (0.2ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
67448
|
+
[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
|
67449
|
+
[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"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'articles' [["create_right", "t"]]
|
67450
|
+
Rendered articles/new.html.erb within layouts/application (0.4ms)
|
67451
|
+
Completed 200 OK in 9ms (Views: 4.1ms | ActiveRecord: 0.8ms)
|
67452
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
67453
|
+
[1m[35m (0.1ms)[0m begin transaction
|
67454
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67455
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$w.//9qhz8/lAzKGwGJE/zeTML8KAxob0cOa2Cb2BYXHsdn41awGK6"], ["remember_token", "t4biH8ybK_fGMqmEecQHLw"], ["created_at", "2015-11-06 16:56:35.369360"], ["updated_at", "2015-11-06 16:56:35.369360"]]
|
67456
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67457
|
+
[1m[35mAdeia::Element Load (0.1ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
67458
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67459
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-06 16:56:35.374305"], ["updated_at", "2015-11-06 16:56:35.374305"]]
|
67460
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67461
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67462
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67463
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:35.378675"], ["updated_at", "2015-11-06 16:56:35.378675"]]
|
67464
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67465
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67466
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["update_right", "t"], ["created_at", "2015-11-06 16:56:35.381984"], ["updated_at", "2015-11-06 16:56:35.381984"]]
|
67467
|
+
[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-11-06 16:56:35.383167"], ["updated_at", "2015-11-06 16:56:35.383167"]]
|
67468
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67469
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67470
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1[0m [["name", "editor"]]
|
67471
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67472
|
+
[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$uoTJT8E2ZgHA/tQtC4cMUe1K3f60wVqCxiTgyTPf7GFAM0rcqN3DK"], ["remember_token", "uHSTCws4EHanWwC5cYtjFg"], ["created_at", "2015-11-06 16:56:35.392107"], ["updated_at", "2015-11-06 16:56:35.392107"]]
|
67473
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
67474
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67475
|
+
[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-11-06 16:56:35.394741"], ["updated_at", "2015-11-06 16:56:35.394741"]]
|
67476
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67477
|
+
Processing by ArticlesController#edit as HTML
|
67478
|
+
Parameters: {"id"=>"1"}
|
67479
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "t4biH8ybK_fGMqmEecQHLw"]]
|
67480
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
|
67481
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
67482
|
+
[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
|
67483
|
+
[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"]]
|
67484
|
+
[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" = 1 AND "adeia_elements"."name" = 'articles'[0m [["update_right", "t"]]
|
67485
|
+
Rendered articles/edit.html.erb within layouts/application (0.3ms)
|
67486
|
+
Completed 200 OK in 9ms (Views: 3.1ms | ActiveRecord: 0.9ms)
|
67487
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
67488
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67489
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67490
|
+
[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$26P0MZciXsMaXeneZlLeIuhBS.s0evX/Ker4p0qYcs7w09WKfKDxa"], ["remember_token", "5PIFQq_Lh7MG8InA2IXKqg"], ["created_at", "2015-11-06 16:56:35.411970"], ["updated_at", "2015-11-06 16:56:35.411970"]]
|
67491
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67492
|
+
[1m[36mAdeia::Element Load (0.0ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
67493
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67494
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-06 16:56:35.414939"], ["updated_at", "2015-11-06 16:56:35.414939"]]
|
67495
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67496
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67497
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
67498
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:35.417436"], ["updated_at", "2015-11-06 16:56:35.417436"]]
|
67499
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67500
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67501
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "update_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["update_right", "t"], ["created_at", "2015-11-06 16:56:35.423155"], ["updated_at", "2015-11-06 16:56:35.423155"]]
|
67502
|
+
[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-11-06 16:56:35.425714"], ["updated_at", "2015-11-06 16:56:35.425714"]]
|
67503
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67504
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67505
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "editor"]]
|
67506
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67507
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "editor"], ["password_digest", "$2a$04$7IiDUcd0SPxHTEpyKdFwCuZP0PZx8GtF/0h5OqIFpr/LPqe4KUdP2"], ["remember_token", "frrI_NQ5Tt_tzlkCLZ4KLg"], ["created_at", "2015-11-06 16:56:35.432913"], ["updated_at", "2015-11-06 16:56:35.432913"]]
|
67508
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67509
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67510
|
+
[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", 2], ["created_at", "2015-11-06 16:56:35.435507"], ["updated_at", "2015-11-06 16:56:35.435507"]]
|
67511
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67512
|
+
Processing by ArticlesController#edit as HTML
|
67513
|
+
Parameters: {"id"=>"1"}
|
67514
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "5PIFQq_Lh7MG8InA2IXKqg"]]
|
67515
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
|
67516
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
67517
|
+
[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
|
67518
|
+
[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"]]
|
67519
|
+
[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"]]
|
67520
|
+
Rendered articles/edit.html.erb within layouts/application (0.4ms)
|
67521
|
+
Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 0.7ms)
|
67522
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
67523
|
+
[1m[35m (0.1ms)[0m begin transaction
|
67524
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67525
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$H9v5PfJydbHPhIoAbhdlsuBvXeAbx8XBwLVPFvSuJKjms9xwRzobG"], ["remember_token", "j8xaxRD-ORdoIhIR0tTiuQ"], ["created_at", "2015-11-06 16:56:35.453712"], ["updated_at", "2015-11-06 16:56:35.453712"]]
|
67526
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67527
|
+
[1m[35mAdeia::Element Load (0.0ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]]
|
67528
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67529
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "adeia/permissions"], ["created_at", "2015-11-06 16:56:35.456325"], ["updated_at", "2015-11-06 16:56:35.456325"]]
|
67530
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67531
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
67532
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adeia_permissions" ("owner_id", "owner_type", "adeia_element_id", "permission_type", "read_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "User"], ["adeia_element_id", 1], ["permission_type", 0], ["read_right", "t"], ["created_at", "2015-11-06 16:56:35.458664"], ["updated_at", "2015-11-06 16:56:35.458664"]]
|
67533
|
+
[1m[35mAdeia::Action Load (0.2ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."adeia_action_id" WHERE "adeia_action_permissions"."adeia_permission_id" = ? [["adeia_permission_id", 1]]
|
67534
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67535
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
67536
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67537
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67538
|
+
[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$OpIGV7tUMKlP6iRxxMtTauIA8.a6d4yjxcvsBS9X.fYlxU99sVZiC"], ["remember_token", "Rjm3SkuLMqZ1sEf8E3kndw"], ["created_at", "2015-11-06 16:56:35.467100"], ["updated_at", "2015-11-06 16:56:35.467100"]]
|
67539
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67540
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67541
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
67542
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-06 16:56:35.469504"], ["updated_at", "2015-11-06 16:56:35.469504"]]
|
67543
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67544
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "adeia/permissions"]]
|
67545
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67546
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "adeia/permissions"], ["created_at", "2015-11-06 16:56:35.473583"], ["updated_at", "2015-11-06 16:56:35.473583"]]
|
67547
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67548
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67549
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_permissions" ("owner_id", "owner_type", "adeia_element_id", "permission_type", "read_right", "resource_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["adeia_element_id", 1], ["permission_type", 2], ["read_right", "t"], ["resource_id", 1], ["created_at", "2015-11-06 16:56:35.477913"], ["updated_at", "2015-11-06 16:56:35.477913"]]
|
67550
|
+
[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-11-06 16:56:35.479466"], ["updated_at", "2015-11-06 16:56:35.479466"]]
|
67551
|
+
[1m[35mAdeia::Action Load (0.1ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67552
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67553
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
67554
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
67555
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67556
|
+
[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$9r/GgNoZVTBk3aUUoQkU4ehtKYeoAYhkNrqQ6pznjUIA8mG.yShOe"], ["remember_token", "0LhEeI2C7qH57684e1ZtcQ"], ["created_at", "2015-11-06 16:56:35.486900"], ["updated_at", "2015-11-06 16:56:35.486900"]]
|
67557
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67558
|
+
[1m[36mAdeia::Element Load (0.0ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "adeia/permissions"]]
|
67559
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67560
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "adeia/permissions"], ["created_at", "2015-11-06 16:56:35.489548"], ["updated_at", "2015-11-06 16:56:35.489548"]]
|
67561
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67562
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67563
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "adeia_permissions" ("owner_id", "owner_type", "adeia_element_id", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["adeia_element_id", 1], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-11-06 16:56:35.492175"], ["updated_at", "2015-11-06 16:56:35.492175"]]
|
67564
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."adeia_action_id" WHERE "adeia_action_permissions"."adeia_permission_id" = ?[0m [["adeia_permission_id", 1]]
|
67565
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67566
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
67567
|
+
[1m[35m (0.1ms)[0m begin transaction
|
67568
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67569
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$BY/LZHSERXutqJY.31ngue8rCBOZ/kfVWMObtFgaJnWfIW0Xcv.OC"], ["remember_token", "rar40OwVDiP-jmIKW2j1FQ"], ["created_at", "2015-11-06 16:56:35.501598"], ["updated_at", "2015-11-06 16:56:35.501598"]]
|
67570
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67571
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
67572
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
67573
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-06 16:56:35.503980"], ["updated_at", "2015-11-06 16:56:35.503980"]]
|
67574
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67575
|
+
[1m[35mAdeia::Element Load (0.0ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]]
|
67576
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
67577
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "adeia/permissions"], ["created_at", "2015-11-06 16:56:35.505964"], ["updated_at", "2015-11-06 16:56:35.505964"]]
|
67578
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67579
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
67580
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adeia_permissions" ("owner_id", "owner_type", "adeia_element_id", "permission_type", "read_right", "resource_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "User"], ["adeia_element_id", 1], ["permission_type", 2], ["read_right", "t"], ["resource_id", 1], ["created_at", "2015-11-06 16:56:35.509811"], ["updated_at", "2015-11-06 16:56:35.509811"]]
|
67581
|
+
[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-11-06 16:56:35.511075"], ["updated_at", "2015-11-06 16:56:35.511075"]]
|
67582
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
67583
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
67584
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "adeia/permissions"]]
|
67585
|
+
[1m[35mAdeia::Permission Load (0.2ms)[0m SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_permissions"."adeia_element_id" = 1 ORDER BY "adeia_permissions"."id" ASC LIMIT 1 [["permission_type", 2]]
|
67586
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|