adeia 0.9.0 → 0.9.1
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/engine.rb +4 -2
- data/lib/adeia/version.rb +1 -1
- data/spec/test_app/log/test.log +218 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a04452976deb0ed81e72ff9faba3cf79c63e3b55
|
|
4
|
+
data.tar.gz: 57ca0dd172b4e475bf31b9da714b713cc81ccc21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1083993dc6c5391a4d1b9bf62b78c56db5f64ecbb71b1824a089b5510631c81926a79961c53884cdda415b1be3aeed480305121d86e6098aec0d92cef4666ab
|
|
7
|
+
data.tar.gz: fb93a0ebef4cfd2454937065b722bd75f64f0805c3fc6e09fe3d7295097c44d77aad86c7b9a66ef12333dedd42c5969f53618cb8defdd46e6fc4a3ec2af87787
|
data/lib/adeia/engine.rb
CHANGED
data/lib/adeia/version.rb
CHANGED
data/spec/test_app/log/test.log
CHANGED
|
@@ -65763,3 +65763,221 @@ Processing by AnonymousController#index as HTML
|
|
|
65763
65763
|
Rendered text template (0.0ms)
|
|
65764
65764
|
Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.6ms)
|
|
65765
65765
|
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
65766
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
65767
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
65768
|
+
Processing by AnonymousController#index as HTML
|
|
65769
|
+
[1m[36mUser Load (0.7ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
|
65770
|
+
Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.8ms)
|
|
65771
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
65772
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
65773
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
65774
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$Mz/BI6mbdjkfUWwTaeuuF.yoEOLzuHrUEZcnEZKHh.R/fPV0LbEhC"], ["remember_token", "45FsZEbiWLohnLoTUm90XA"], ["created_at", "2015-11-04 17:58:15.578020"], ["updated_at", "2015-11-04 17:58:15.578020"]]
|
|
65775
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65776
|
+
Processing by AnonymousController#index as HTML
|
|
65777
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "45FsZEbiWLohnLoTUm90XA"]]
|
|
65778
|
+
Rendered text template (0.0ms)
|
|
65779
|
+
Completed 200 OK in 13ms (Views: 9.6ms | ActiveRecord: 0.2ms)
|
|
65780
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
65781
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
65782
|
+
Processing by AnonymousController#index as HTML
|
|
65783
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
|
65784
|
+
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms)
|
|
65785
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
65786
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
65787
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65788
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$rk89zWNJ6DyFiWxMjkOc0.5vlXD3XM/PkDlAQFu6wSDZiqm1polCy"], ["remember_token", "3pddpwT8J2c6tolXGc-_tQ"], ["created_at", "2015-11-04 17:58:15.617948"], ["updated_at", "2015-11-04 17:58:15.617948"]]
|
|
65789
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65790
|
+
Processing by AnonymousController#index as HTML
|
|
65791
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "3pddpwT8J2c6tolXGc-_tQ"]]
|
|
65792
|
+
Rendered text template (0.0ms)
|
|
65793
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)
|
|
65794
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
65795
|
+
[1m[35m (0.2ms)[0m begin transaction
|
|
65796
|
+
Processing by AnonymousController#index as HTML
|
|
65797
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
|
65798
|
+
[1m[35mAdeia::Token Load (0.6ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
|
65799
|
+
Rendered text template (0.0ms)
|
|
65800
|
+
Completed 200 OK in 16ms (Views: 0.6ms | ActiveRecord: 0.9ms)
|
|
65801
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
65802
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
65803
|
+
Processing by AnonymousController#index as HTML
|
|
65804
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
|
65805
|
+
[1m[35mAdeia::Token Load (0.2ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
|
65806
|
+
Rendered text template (0.0ms)
|
|
65807
|
+
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.4ms)
|
|
65808
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
65809
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
65810
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65811
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$BT8xMffnOjNM5gCYpwYvlOyW6dYC7Fvn96kE1FQdFkKtNGad0YPum"], ["remember_token", "jOWm632JTbgrkxt_FBQTXQ"], ["created_at", "2015-11-04 17:58:15.669780"], ["updated_at", "2015-11-04 17:58:15.669780"]]
|
|
65812
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65813
|
+
[1m[35mAdeia::Element Load (0.7ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
|
65814
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65815
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-04 17:58:15.693288"], ["updated_at", "2015-11-04 17:58:15.693288"]]
|
|
65816
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65817
|
+
[1m[35mAdeia::Action Load (0.5ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
|
65818
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65819
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-04 17:58:15.712909"], ["updated_at", "2015-11-04 17:58:15.712909"]]
|
|
65820
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65821
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
65822
|
+
[1m[36mSQL (1.8ms)[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-04 17:58:15.744551"], ["updated_at", "2015-11-04 17:58:15.744551"]]
|
|
65823
|
+
[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-04 17:58:15.747921"], ["updated_at", "2015-11-04 17:58:15.747921"]]
|
|
65824
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
|
65825
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65826
|
+
Processing by AnonymousController#index as HTML
|
|
65827
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "jOWm632JTbgrkxt_FBQTXQ"]]
|
|
65828
|
+
[1m[35mAdeia::Group Load (0.8ms)[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
|
|
65829
|
+
[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"]]
|
|
65830
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
|
65831
|
+
[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"]]
|
|
65832
|
+
Rendered text template (0.0ms)
|
|
65833
|
+
Completed 200 OK in 24ms (Views: 0.4ms | ActiveRecord: 1.6ms)
|
|
65834
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
|
65835
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
65836
|
+
Processing by AnonymousController#index as HTML
|
|
65837
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
|
65838
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
|
65839
|
+
Rendered text template (0.0ms)
|
|
65840
|
+
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.3ms)
|
|
65841
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
65842
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
65843
|
+
Processing by AnonymousController#index as HTML
|
|
65844
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
|
65845
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
|
65846
|
+
Rendered text template (0.0ms)
|
|
65847
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
|
65848
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
65849
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
65850
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
65851
|
+
[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$CQHcPrM9sHnTcOhTMGgzW.II.VjZZwYWmSmHTL18aMmcIdjaLCS1y"], ["remember_token", "iCSChaiS34rQ3cF-m-xgKA"], ["created_at", "2015-11-04 17:58:15.825388"], ["updated_at", "2015-11-04 17:58:15.825388"]]
|
|
65852
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65853
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
|
65854
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
65855
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-04 17:58:15.829992"], ["updated_at", "2015-11-04 17:58:15.829992"]]
|
|
65856
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65857
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
|
65858
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
65859
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-04 17:58:15.832978"], ["updated_at", "2015-11-04 17:58:15.832978"]]
|
|
65860
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65861
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65862
|
+
[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-04 17:58:15.836985"], ["updated_at", "2015-11-04 17:58:15.836985"]]
|
|
65863
|
+
[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-04 17:58:15.838428"], ["updated_at", "2015-11-04 17:58:15.838428"]]
|
|
65864
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
|
65865
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65866
|
+
Processing by AnonymousController#index as HTML
|
|
65867
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "iCSChaiS34rQ3cF-m-xgKA"]]
|
|
65868
|
+
[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
|
|
65869
|
+
[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"]]
|
|
65870
|
+
[1m[36mAdeia::Token Load (0.2ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
|
65871
|
+
[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"]]
|
|
65872
|
+
Rendered text template (0.0ms)
|
|
65873
|
+
Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.6ms)
|
|
65874
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
|
65875
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
65876
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
65877
|
+
Processing by AnonymousController#index as HTML
|
|
65878
|
+
[1m[36mUser Load (0.7ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
|
65879
|
+
Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.8ms)
|
|
65880
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
65881
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
65882
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
65883
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "admin"], ["password_digest", "$2a$04$if/a5QXvHlCL2Z19KoSr3uYbqaRW16PsMcQ7eRuWVQe35.5Sj0w4y"], ["remember_token", "r2RcR6Hjyr90o-oTTTCELw"], ["created_at", "2015-11-04 17:59:56.861959"], ["updated_at", "2015-11-04 17:59:56.861959"]]
|
|
65884
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65885
|
+
Processing by AnonymousController#index as HTML
|
|
65886
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "r2RcR6Hjyr90o-oTTTCELw"]]
|
|
65887
|
+
Rendered text template (0.0ms)
|
|
65888
|
+
Completed 200 OK in 12ms (Views: 8.4ms | ActiveRecord: 0.2ms)
|
|
65889
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
65890
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
65891
|
+
Processing by AnonymousController#index as HTML
|
|
65892
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
|
65893
|
+
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms)
|
|
65894
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
65895
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
65896
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65897
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$Q//biKLqy0ICb3LG84do8eZJ8CHbY6P.9/bJ3ndhU.nspZy0WaNnO"], ["remember_token", "_J-1ND8LVVbEk-wxYl_dfQ"], ["created_at", "2015-11-04 17:59:56.905545"], ["updated_at", "2015-11-04 17:59:56.905545"]]
|
|
65898
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65899
|
+
Processing by AnonymousController#index as HTML
|
|
65900
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "_J-1ND8LVVbEk-wxYl_dfQ"]]
|
|
65901
|
+
Rendered text template (0.0ms)
|
|
65902
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
65903
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
65904
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
65905
|
+
Processing by AnonymousController#index as HTML
|
|
65906
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
|
65907
|
+
[1m[35mAdeia::Token Load (0.8ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
|
65908
|
+
Rendered text template (0.0ms)
|
|
65909
|
+
Completed 200 OK in 18ms (Views: 0.5ms | ActiveRecord: 1.2ms)
|
|
65910
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
65911
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
65912
|
+
Processing by AnonymousController#index as HTML
|
|
65913
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1[0m
|
|
65914
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
|
65915
|
+
Rendered text template (0.0ms)
|
|
65916
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)
|
|
65917
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
65918
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
65919
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65920
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$04$S.ZFN0KllyC5Pu1sDzaXjuEd30POQ4tZH0qCHQ/KhJ/LFSBMAuaM."], ["remember_token", "0Rb5xWS2HHkFfua0SfRHRg"], ["created_at", "2015-11-04 17:59:56.954303"], ["updated_at", "2015-11-04 17:59:56.954303"]]
|
|
65921
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65922
|
+
[1m[35mAdeia::Element Load (0.6ms)[0m SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]
|
|
65923
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65924
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-11-04 17:59:56.973079"], ["updated_at", "2015-11-04 17:59:56.973079"]]
|
|
65925
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65926
|
+
[1m[35mAdeia::Action Load (0.6ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
|
65927
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65928
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-11-04 17:59:56.992663"], ["updated_at", "2015-11-04 17:59:56.992663"]]
|
|
65929
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65930
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
65931
|
+
[1m[36mSQL (1.7ms)[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-04 17:59:57.022356"], ["updated_at", "2015-11-04 17:59:57.022356"]]
|
|
65932
|
+
[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-04 17:59:57.025536"], ["updated_at", "2015-11-04 17:59:57.025536"]]
|
|
65933
|
+
[1m[36mAdeia::Action Load (0.1ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
|
65934
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65935
|
+
Processing by AnonymousController#index as HTML
|
|
65936
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1[0m [["remember_token", "0Rb5xWS2HHkFfua0SfRHRg"]]
|
|
65937
|
+
[1m[35mAdeia::Group Load (0.8ms)[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
|
|
65938
|
+
[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"]]
|
|
65939
|
+
[1m[35mAdeia::Token Load (0.1ms)[0m SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1
|
|
65940
|
+
[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"]]
|
|
65941
|
+
Rendered text template (0.0ms)
|
|
65942
|
+
Completed 200 OK in 23ms (Views: 0.4ms | ActiveRecord: 1.7ms)
|
|
65943
|
+
[1m[35m (1.3ms)[0m rollback transaction
|
|
65944
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
65945
|
+
Processing by AnonymousController#index as HTML
|
|
65946
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
|
65947
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
|
65948
|
+
Rendered text template (0.0ms)
|
|
65949
|
+
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.3ms)
|
|
65950
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
65951
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
65952
|
+
Processing by AnonymousController#index as HTML
|
|
65953
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
|
|
65954
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
|
65955
|
+
Rendered text template (0.0ms)
|
|
65956
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
|
65957
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
65958
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
65959
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
65960
|
+
[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$CIKVWgDSAqQQafPHu1cUpOa.Eh7eD2JDvsCoyr/EA9Zk7KQbZKfqO"], ["remember_token", "hGNN1v7COO9QL4vz2RbutQ"], ["created_at", "2015-11-04 17:59:57.093638"], ["updated_at", "2015-11-04 17:59:57.093638"]]
|
|
65961
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65962
|
+
[1m[36mAdeia::Element Load (0.1ms)[0m [1mSELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1[0m [["name", "articles"]]
|
|
65963
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
65964
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "articles"], ["created_at", "2015-11-04 17:59:57.099097"], ["updated_at", "2015-11-04 17:59:57.099097"]]
|
|
65965
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65966
|
+
[1m[36mAdeia::Action Load (0.0ms)[0m [1mSELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1[0m [["name", "share"]]
|
|
65967
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
65968
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "share"], ["created_at", "2015-11-04 17:59:57.102290"], ["updated_at", "2015-11-04 17:59:57.102290"]]
|
|
65969
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
65970
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
65971
|
+
[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", 1], ["read_right", "t"], ["created_at", "2015-11-04 17:59:57.105243"], ["updated_at", "2015-11-04 17:59:57.105243"]]
|
|
65972
|
+
[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-04 17:59:57.106889"], ["updated_at", "2015-11-04 17:59:57.106889"]]
|
|
65973
|
+
[1m[35mAdeia::Action Load (0.0ms)[0m SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", "share"]]
|
|
65974
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
65975
|
+
Processing by AnonymousController#index as HTML
|
|
65976
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "hGNN1v7COO9QL4vz2RbutQ"]]
|
|
65977
|
+
[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
|
|
65978
|
+
[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"]]
|
|
65979
|
+
[1m[36mAdeia::Token Load (0.1ms)[0m [1mSELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1[0m
|
|
65980
|
+
[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"]]
|
|
65981
|
+
Rendered text template (0.0ms)
|
|
65982
|
+
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)
|
|
65983
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|