Started GET "/" for ::1 at 2015-09-30 18:04:24 +0200 Processing by Rails::WelcomeController#index as HTML Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/railties-4.2.4/lib/rails/templates/rails/welcome/index.html.erb (2.4ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2015-09-30 18:04:26 +0200 Processing by Rails::WelcomeController#index as HTML Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/railties-4.2.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150930161522)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150930161522"]]  (1.0ms) commit transaction Migrating to CreateArticles (20150930161532)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150930161532"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateArticles (20150930161532)  (0.1ms) begin transaction  (2.7ms) DROP TABLE "articles" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20150930161532"]]  (3.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateArticles (20150930161532)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.5ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150930161532"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'  Started GET "/" for ::1 at 2015-09-30 18:47:46 +0200 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (32.2ms) Completed 200 OK in 276ms (Views: 269.4ms | ActiveRecord: 0.9ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 18:47:47 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 18:47:47 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 18:47:47 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 18:47:47 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 18:47:47 +0200 Started GET "/articles/new" for ::1 at 2015-09-30 18:47:49 +0200 Processing by ArticlesController#new as HTML Rendered articles/_form.html.erb (28.2ms) Rendered articles/new.html.erb within layouts/application (34.0ms) Completed 200 OK in 63ms (Views: 56.2ms | ActiveRecord: 0.4ms) Started GET "/articles" for ::1 at 2015-09-30 18:47:52 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.3ms) Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.2ms) Started GET "/articles/new" for ::1 at 2015-09-30 18:47:54 +0200 Processing by ArticlesController#new as HTML Rendered articles/_form.html.erb (2.5ms) Rendered articles/new.html.erb within layouts/application (4.2ms) Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.0ms) Started GET "/articles" for ::1 at 2015-09-30 18:47:55 +0200 Processing by ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.8ms) Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.3ms) Started GET "/articles" for ::1 at 2015-09-30 18:49:05 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.1ms) Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `find_by_remember_token' for #): 9: 10: 11:
12: <% if current_user.nil? %> 13: <%= link_to "Login", login_path %> 14: <% else %> 15: <%= current_user.name %> | <%= link_to "Logout", logout_path, method: :delete %> app/helpers/sessions_helper.rb:23:in `current_user' app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb___345598904766480219_70115931559820' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.0ms) ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateArticles (20150930161532)  (0.1ms) begin transaction  (2.0ms) DROP TABLE "articles" SQL (0.4ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20150930161532"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateArticles (20150930161532)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150930161532"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'   (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150930161522)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "remember_token" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150930161522"]]  (1.2ms) commit transaction Migrating to CreateArticles (20150930161532)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150930161532"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'  Started GET "/articles" for ::1 at 2015-09-30 18:50:33 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.8ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (15.4ms) User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 284ms (Views: 275.4ms | ActiveRecord: 1.9ms) Started GET "/articles" for ::1 at 2015-09-30 18:50:33 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.3ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.3ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 18:50:34 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 18:50:34 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 18:50:34 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 18:50:34 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 18:50:34 +0200 Started GET "/login" for ::1 at 2015-09-30 18:50:35 +0200 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (22.5ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 50ms (Views: 49.7ms | ActiveRecord: 0.1ms) Started GET "/login" for ::1 at 2015-09-30 18:50:39 +0200 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.7ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$10$e3L9pIYRtAHsFOETF/Ut0ePpUbOuoh8y.lCNPOFv2MdMWQ/8SBcAS"], ["remember_token", "UR7z3WsdaKLbzMUbNhprtA"], ["created_at", "2015-09-30 16:53:06.113956"], ["updated_at", "2015-09-30 16:53:06.113956"]]  (0.9ms) commit transaction Started POST "/sessions" for ::1 at 2015-09-30 18:53:11 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+CEeZMIUtrhXHjzcUwwiTBGtbmyfexdyBmAzikur4oipQguqCGw9C86SrmTKC7l8LKS4GtkYxxBEaOpvbfed8A==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Save Session"} Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.6ms) ActiveRecord::StatementInvalid (Could not find table 'name'): app/controllers/sessions_controller.rb:7:in `create' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.1ms) Started POST "/sessions" for ::1 at 2015-09-30 18:53:31 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+CEeZMIUtrhXHjzcUwwiTBGtbmyfexdyBmAzikur4oipQguqCGw9C86SrmTKC7l8LKS4GtkYxxBEaOpvbfed8A==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Save Session"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Completed 500 Internal Server Error in 143ms (ActiveRecord: 1.3ms) NoMethodError (undefined method `sign_in' for #): app/controllers/sessions_controller.rb:9:in `create' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (82.9ms) Started POST "/sessions" for ::1 at 2015-09-30 18:53:43 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+CEeZMIUtrhXHjzcUwwiTBGtbmyfexdyBmAzikur4oipQguqCGw9C86SrmTKC7l8LKS4GtkYxxBEaOpvbfed8A==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Save Session"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Completed 500 Internal Server Error in 134ms (ActiveRecord: 0.9ms) NoMethodError (undefined method `redirect_back_or' for #): app/controllers/sessions_controller.rb:10:in `create' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.6ms) Started POST "/sessions" for ::1 at 2015-09-30 18:53:54 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+CEeZMIUtrhXHjzcUwwiTBGtbmyfexdyBmAzikur4oipQguqCGw9C86SrmTKC7l8LKS4GtkYxxBEaOpvbfed8A==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Save Session"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Redirected to http://localhost:3000/articles Completed 302 Found in 117ms (ActiveRecord: 0.9ms) Started GET "/articles" for ::1 at 2015-09-30 18:53:54 +0200 Processing by ArticlesController#index as HTML Article Load (0.6ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (2.7ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 39ms (Views: 34.5ms | ActiveRecord: 1.1ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 18:53:55 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 18:53:55 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 18:53:55 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 18:53:55 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 18:53:55 +0200 Started GET "/articles/new" for ::1 at 2015-09-30 18:53:57 +0200 Processing by ArticlesController#new as HTML Rendered articles/_form.html.erb (10.0ms) Rendered articles/new.html.erb within layouts/application (18.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 57ms (Views: 49.5ms | ActiveRecord: 0.3ms) Started GET "/articles" for ::1 at 2015-09-30 18:54:00 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.7ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.3ms) Started GET "/articles/new" for ::1 at 2015-09-30 18:54:03 +0200 Processing by ArticlesController#new as HTML Rendered articles/_form.html.erb (2.6ms) Rendered articles/new.html.erb within layouts/application (4.3ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 34ms (Views: 33.3ms | ActiveRecord: 0.1ms) Started GET "/articles" for ::1 at 2015-09-30 18:54:04 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.3ms) Started GET "/articles" for ::1 at 2015-09-30 19:05:21 +0200 Processing by ArticlesController#index as HTML Article Load (0.9ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `authorize!' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.7ms) Started GET "/articles" for ::1 at 2015-09-30 19:05:43 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `authorize!' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.7ms) Started GET "/articles" for ::1 at 2015-09-30 19:05:52 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `authorize!' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (19.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (119.2ms) Started GET "/articles" for ::1 at 2015-09-30 19:05:54 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `authorize!' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.5ms) Started GET "/articles" for ::1 at 2015-09-30 19:12:08 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (21.0ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 384ms (Views: 372.7ms | ActiveRecord: 1.1ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 19:12:09 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 19:12:09 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 19:12:09 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 19:12:09 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 19:12:09 +0200 Started GET "/articles" for ::1 at 2015-09-30 19:16:40 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.3ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.3ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 19:16:40 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 19:16:40 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 19:16:40 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 19:16:40 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 19:16:40 +0200 Started GET "/articles" for ::1 at 2015-09-30 19:16:40 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.3ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.3ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/articles" for ::1 at 2015-09-30 19:16:41 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.3ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/articles" for ::1 at 2015-09-30 19:16:41 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.5ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 36ms (Views: 35.6ms | ActiveRecord: 0.3ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 19:16:41 +0200 Started GET "/articles" for ::1 at 2015-09-30 19:16:50 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (15.4ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 284ms (Views: 276.3ms | ActiveRecord: 1.2ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 19:16:50 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 19:16:50 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 19:16:50 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 19:16:50 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 19:16:50 +0200 Started GET "/articles" for ::1 at 2015-09-30 19:16:51 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.5ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "UR7z3WsdaKLbzMUbNhprtA"]] Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.3ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-09-30 19:16:51 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-09-30 19:16:51 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-30 19:16:51 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-09-30 19:16:51 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-30 19:16:51 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:14:41 +0200 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `process' for Adeia::Authorization:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (91.0ms) Started GET "/articles" for ::1 at 2015-10-01 20:15:19 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.5ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (18.8ms) User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 303ms (Views: 295.6ms | ActiveRecord: 1.7ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:15:19 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:15:19 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:15:19 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:15:19 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:15:20 +0200 User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 Started GET "/articles" for ::1 at 2015-10-01 20:18:26 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) ArgumentError (wrong number of arguments (1 for 0)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.0ms) Started GET "/articles" for ::1 at 2015-10-01 20:18:27 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (wrong number of arguments (1 for 0)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.2ms) Started GET "/articles" for ::1 at 2015-10-01 20:18:28 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (wrong number of arguments (1 for 0)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.0ms) Started GET "/articles" for ::1 at 2015-10-01 20:18:35 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (wrong number of arguments (1 for 0)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.5ms) Started GET "/articles" for ::1 at 2015-10-01 20:18:36 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (wrong number of arguments (1 for 0)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.5ms) Started GET "/articles" for ::1 at 2015-10-01 20:18:40 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.6ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (15.5ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 280ms (Views: 273.7ms | ActiveRecord: 1.2ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:18:41 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:18:41 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:18:41 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:18:41 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:18:41 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:19:22 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (15.6ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 293ms (Views: 284.4ms | ActiveRecord: 1.3ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:19:23 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:19:23 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:19:23 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:19:23 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:19:23 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:25:27 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (17.0ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 317ms (Views: 305.2ms | ActiveRecord: 1.4ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:25:28 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:25:28 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:25:28 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:25:28 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:25:28 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:31:55 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.9ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (19.7ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 294ms (Views: 284.7ms | ActiveRecord: 1.7ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:31:56 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:31:56 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:31:56 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:31:56 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:31:56 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:38:14 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.6ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (15.4ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 326ms (Views: 318.1ms | ActiveRecord: 1.2ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:38:15 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:38:15 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:38:15 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:38:15 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:38:15 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:38:29 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (16.8ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 317ms (Views: 309.1ms | ActiveRecord: 1.3ms) Started GET "/articles" for ::1 at 2015-10-01 20:38:29 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.3ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 33ms (Views: 32.5ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:38:29 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:38:29 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:38:29 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:38:29 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:38:30 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:38:30 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:38:30 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:38:30 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:38:30 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:38:30 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:38:30 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:38:30 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.5ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:38:31 +0200 Processing by ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (2.2ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.4ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:38:31 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:38:39 +0200 Processing by ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.6ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.6ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:38:39 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:38:39 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:38:39 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:38:39 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:38:39 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:40:38 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.6ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `load_resource' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (84.6ms) Started GET "/articles" for ::1 at 2015-10-01 20:40:39 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `load_resource' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.0ms) Started GET "/articles" for ::1 at 2015-10-01 20:40:40 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `load_resource' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.2ms) Started GET "/articles" for ::1 at 2015-10-01 20:40:40 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `load_resource' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.2ms) Started GET "/articles" for ::1 at 2015-10-01 20:40:40 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `load_resource' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.3ms) Started GET "/articles" for ::1 at 2015-10-01 20:40:57 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (113.5ms) Started GET "/articles" for ::1 at 2015-10-01 20:40:58 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.5ms) Started GET "/articles" for ::1 at 2015-10-01 20:40:59 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.5ms) Started GET "/articles" for ::1 at 2015-10-01 20:40:59 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (70.1ms) Started GET "/articles" for ::1 at 2015-10-01 20:41:00 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.9ms) Started GET "/articles" for ::1 at 2015-10-01 20:41:00 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.9ms) Started GET "/articles" for ::1 at 2015-10-01 20:41:00 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.5ms) Started GET "/articles" for ::1 at 2015-10-01 20:41:01 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.5ms) Started GET "/articles" for ::1 at 2015-10-01 20:41:42 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Class): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.6ms) Started GET "/articles" for ::1 at 2015-10-01 20:41:43 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::ControllerMethods::Resource:Class): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.3ms) Started GET "/articles" for ::1 at 2015-10-01 20:49:44 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) NameError (uninitialized constant ArticlesController::Resource): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (78.2ms) Started GET "/articles" for ::1 at 2015-10-01 20:49:45 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant ArticlesController::Resource): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.7ms) Started GET "/articles" for ::1 at 2015-10-01 20:49:46 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant ArticlesController::Resource): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.3ms) Started GET "/articles" for ::1 at 2015-10-01 20:49:46 +0200 Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant ArticlesController::Resource): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.4ms) Started GET "/articles" for ::1 at 2015-10-01 20:49:58 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.6ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (16.0ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 279ms (Views: 271.2ms | ActiveRecord: 1.2ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:49:58 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:49:58 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:49:58 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:49:58 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:49:58 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:49:59 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.2ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.3ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:50:00 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.4ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:50:00 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.0ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.3ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 20:50:00 +0200 Started GET "/articles" for ::1 at 2015-10-01 20:50:13 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `params' for Adeia::Resource:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (83.2ms) Started GET "/articles" for ::1 at 2015-10-01 21:01:26 +0200 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.6ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (21.4ms) User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 444ms (Views: 427.3ms | ActiveRecord: 1.5ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 21:01:27 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 21:01:27 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 21:01:27 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 21:01:27 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 21:01:27 +0200 Started GET "/articles" for ::1 at 2015-10-01 21:03:44 +0200 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML Article Load (0.9ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (20.2ms) User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 305ms (Views: 293.1ms | ActiveRecord: 2.2ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 21:03:45 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 21:03:45 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 21:03:45 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 21:03:45 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 21:03:45 +0200 Started GET "/articles" for ::1 at 2015-10-01 21:12:24 +0200 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.9ms) NoMethodError (undefined method `new' for Adeia::Authorization:Module): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (20.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (125.5ms) Started GET "/articles" for ::1 at 2015-10-01 21:12:39 +0200 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.9ms) ArgumentError (wrong number of arguments (4 for 3)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.6ms) Started GET "/articles" for ::1 at 2015-10-01 21:12:40 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) ArgumentError (wrong number of arguments (4 for 3)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.3ms) Started GET "/articles" for ::1 at 2015-10-01 21:12:41 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) ArgumentError (wrong number of arguments (4 for 3)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (92.2ms) Started GET "/articles" for ::1 at 2015-10-01 21:12:41 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) ArgumentError (wrong number of arguments (4 for 3)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (97.2ms) Started GET "/articles" for ::1 at 2015-10-01 21:12:41 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) ArgumentError (wrong number of arguments (4 for 3)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.1ms) Started GET "/articles" for ::1 at 2015-10-01 21:12:41 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) ArgumentError (wrong number of arguments (4 for 3)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.5ms) Started GET "/articles" for ::1 at 2015-10-01 21:12:55 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) ArgumentError (wrong number of arguments (4 for 3)): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (82.4ms) Started GET "/articles" for ::1 at 2015-10-01 21:13:02 +0200 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (16.8ms) CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 290ms (Views: 253.6ms | ActiveRecord: 1.9ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-01 21:13:02 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-01 21:13:02 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-01 21:13:02 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-01 21:13:02 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-01 21:13:02 +0200 Started GET "/articles" for ::1 at 2015-10-03 15:44:08 +0200 ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.8ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 39ms (ActiveRecord: 1.0ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (87.6ms) Started GET "/articles" for ::1 at 2015-10-03 15:44:27 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.4ms) Started GET "/articles" for ::1 at 2015-10-03 15:44:28 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (82.7ms) Started GET "/articles" for ::1 at 2015-10-03 15:44:29 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.0ms) Started GET "/articles" for ::1 at 2015-10-03 15:44:29 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.1ms) Started GET "/articles" for ::1 at 2015-10-03 15:44:30 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.9ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:20 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.3ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:20 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.1ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.2ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:21 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.3ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.2ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:21 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.3ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.4ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:21 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.0ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:21 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.8ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:22 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.1ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.7ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:22 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.3ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.4ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:22 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.3ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.9ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:22 +0200 Processing by ArticlesController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (83.3ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:23 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.3ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (70.7ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:26 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.1ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.4ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:26 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.1ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:27 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.5ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:27 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.4ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:27 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.3ms) SELECT "articles".* FROM "articles" Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `MissingParams' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.0ms) Started GET "/articles" for ::1 at 2015-10-03 15:45:37 +0200 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.8ms) Adeia::MissingParams (translation missing: en.exceptions.messages.missing_params): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.3ms) Started GET "/articles" for ::1 at 2015-10-03 15:46:23 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) Adeia::MissingParams (translation missing: en.exceptions.messages.missing_params): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.0ms) Started GET "/articles" for ::1 at 2015-10-03 15:46:23 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) Adeia::MissingParams (translation missing: en.exceptions.messages.missing_params): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.4ms) Started GET "/articles" for ::1 at 2015-10-03 15:46:29 +0200 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.8ms) Adeia::MissingParams (params id is missing !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (86.3ms) Started GET "/articles" for ::1 at 2015-10-03 15:46:39 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.6ms) NameError (uninitialized constant Adeia::Token): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.5ms) Started GET "/articles" for ::1 at 2015-10-03 15:46:40 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NameError (uninitialized constant Adeia::Token): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.2ms) ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAdeiaElements (20151003144041)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144041"]]  (4.5ms) commit transaction Migrating to CreateAdeiaPermissions (20151003144208)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "adeia_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "owner_type" varchar, "element_id" integer, "permission_type" integer, "read_right" boolean, "create_right" boolean, "update_right" boolean, "destroy_right" boolean, "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_adeia_permissions_on_owner_type_and_owner_id" ON "adeia_permissions" ("owner_type", "owner_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.2ms) CREATE INDEX "index_adeia_permissions_on_element_id" ON "adeia_permissions" ("element_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144208"]]  (1.0ms) commit transaction Migrating to CreateAdeiaGroups (20151003144650)  (0.4ms) begin transaction  (0.4ms) CREATE TABLE "adeia_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144650"]]  (1.1ms) commit transaction Migrating to CreateAdeiaGroupUsers (20151003144706)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_group_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_adeia_group_users_on_group_id" ON "adeia_group_users" ("group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_group_id' AND type='index'   (0.1ms) CREATE INDEX "index_adeia_group_users_on_user_id" ON "adeia_group_users" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144706"]]  (1.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_group_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_element_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAdeiaElements (20151003145900)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQLite3::SQLException: table "adeia_elements" already exists: CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) rollback transaction Started GET "/articles" for ::1 at 2015-10-03 17:02:05 +0200 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development ): activerecord (4.2.4) lib/active_record/migration.rb:392:in `check_pending!' activerecord (4.2.4) lib/active_record/migration.rb:373:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.2ms) ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAdeiaElements (20151003145900)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQLite3::SQLException: table "adeia_elements" already exists: CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) rollback transaction  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150930161522)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "remember_token" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150930161522"]]  (1.1ms) commit transaction Migrating to CreateArticles (20150930161532)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150930161532"]]  (1.0ms) commit transaction Migrating to CreateAdeiaElements (20151003145900)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003145900"]]  (1.1ms) commit transaction Migrating to CreateAdeiaPermissions (20151003145901)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "adeia_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "owner_type" varchar, "element_id" integer, "permission_type" integer, "read_right" boolean, "create_right" boolean, "update_right" boolean, "destroy_right" boolean, "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_adeia_permissions_on_owner_type_and_owner_id" ON "adeia_permissions" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'   (0.1ms) CREATE INDEX "index_adeia_permissions_on_element_id" ON "adeia_permissions" ("element_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003145901"]]  (1.1ms) commit transaction Migrating to CreateAdeiaGroups (20151003145902)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "adeia_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003145902"]]  (1.0ms) commit transaction Migrating to CreateAdeiaGroupUsers (20151003145903)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "adeia_group_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_adeia_group_users_on_group_id" ON "adeia_group_users" ("group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_group_id' AND type='index'  (0.1ms) CREATE INDEX "index_adeia_group_users_on_user_id" ON "adeia_group_users" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003145903"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_group_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_element_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'  Started GET "/articles" for ::1 at 2015-10-03 17:02:41 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.4ms) NameError (uninitialized constant Adeia::Token): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (81.8ms) Started GET "/articles" for ::1 at 2015-10-03 17:02:42 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NameError (uninitialized constant Adeia::Token): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.8ms) Started GET "/articles" for ::1 at 2015-10-03 17:02:42 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) NameError (uninitialized constant Adeia::Token): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.2ms) ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAdeiaTokens (20151003150941)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "adeia_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "valid" boolean, "permission_id" integer, "exp_at" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_adeia_tokens_on_permission_id" ON "adeia_tokens" ("permission_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150941"]]  (3.6ms) commit transaction Migrating to CreateAdeiaActions (20151003150942)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150942"]]  (1.0ms) commit transaction Migrating to CreateAdeiaActionPermissions (20151003150943)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_action_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action_id" integer, "permission_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_adeia_action_permissions_on_action_id" ON "adeia_action_permissions" ("action_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index'   (0.1ms) CREATE INDEX "index_adeia_action_permissions_on_permission_id" ON "adeia_action_permissions" ("permission_id") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150943"]]  (1.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_permission_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_group_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_element_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_tokens_on_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_tokens_on_permission_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'  Started GET "/articles" for ::1 at 2015-10-03 17:10:04 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 57ms (ActiveRecord: 1.4ms) Adeia::LoginRequired (Please login in before visiting this page !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.2ms) Started GET "/articles" for ::1 at 2015-10-03 17:10:20 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 22ms (ActiveRecord: 1.2ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.1ms) Started GET "/" for ::1 at 2015-10-03 17:10:26 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (70.2ms) Started GET "/articles" for ::1 at 2015-10-03 17:10:30 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.8ms) Started GET "/articles/new" for ::1 at 2015-10-03 17:10:33 +0200 Processing by ArticlesController#new as HTML Rendered articles/_form.html.erb (23.4ms) Rendered articles/new.html.erb within layouts/application (32.2ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 266ms (Views: 255.1ms | ActiveRecord: 1.0ms) Started GET "/login" for ::1 at 2015-10-03 17:10:35 +0200 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (6.5ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 41ms (Views: 40.6ms | ActiveRecord: 0.2ms) Started POST "/sessions" for ::1 at 2015-10-03 17:10:36 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2igmQRc1uUkR1i5okuSkl/SXGpdrgajz/QeL/DDhdK6qu+Pnutver4UqD5whVfVWGabwjPx3Ou2Ofeu//PorEA==", "session"=>{"name"=>"Admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "Admin"]] Rendered sessions/new.html.erb within layouts/application (2.2ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 73ms (Views: 64.3ms | ActiveRecord: 0.6ms) Started POST "/sessions" for ::1 at 2015-10-03 17:10:42 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"91xgL5wBgrLevPDEh8qoFmEvmIBVDibW5lxu3kgeg26Hz6WJMe/lVEpA0TA0e/nXjB5ym8L4tMiVJg6dhAXc0A==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Rendered sessions/new.html.erb within layouts/application (1.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.3ms) Started POST "/sessions" for ::1 at 2015-10-03 17:10:46 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"J9q/bNedSSrL1a6JJqb6UoPqlSrHqlhlDYv3sBUOBMJXSXrKenMuzF8pj32VF6uTbtt/MVBcynt+8Zfz2RVbfA==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Rendered sessions/new.html.erb within layouts/application (1.1ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.3ms) Started POST "/sessions" for ::1 at 2015-10-03 17:11:03 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GC9VzF6DuTV76OIc0DWskF1IGNqkPe/dTS3aZfTAlclovJBq823e0+8Uw+hjhP1RsHnywTPLfcM+V7omONvKdw==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Rendered sessions/new.html.erb within layouts/application (1.8ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$10$wHVsKy..9cygMq5Ig3hfeemTulU0z2ctQOyucRfhNUz3VBbguIFG."], ["remember_token", "nnpntrg9vOEC18QHQgmHlA"], ["created_at", "2015-10-03 15:11:19.421536"], ["updated_at", "2015-10-03 15:11:19.421536"]]  (1.0ms) commit transaction Started POST "/sessions" for ::1 at 2015-10-03 17:11:25 +0200 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GC9VzF6DuTV76OIc0DWskF1IGNqkPe/dTS3aZfTAlclovJBq823e0+8Uw+hjhP1RsHnywTPLfcM+V7omONvKdw==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Redirected to http://localhost:3000/articles Completed 302 Found in 151ms (ActiveRecord: 0.8ms) Started GET "/articles" for ::1 at 2015-10-03 17:11:25 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.6ms) NoMethodError (undefined method `+' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.7ms) Started GET "/articles" for ::1 at 2015-10-03 17:11:27 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `+' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.5ms) Started GET "/articles" for ::1 at 2015-10-03 17:13:05 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `+' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (81.6ms) Started GET "/articles" for ::1 at 2015-10-03 17:13:07 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `+' for #): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.4ms) Started GET "/articles" for ::1 at 2015-10-03 17:13:12 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 64ms (ActiveRecord: 1.3ms) ActiveRecord::ConfigurationError (Association named 'group_user' was not found on Adeia::Group; perhaps you misspelled it?): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.4ms) Started GET "/articles" for ::1 at 2015-10-03 17:13:39 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_groups"."user" = 1 SQLite3::SQLException: no such column: adeia_groups.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_groups"."user" = 1 Completed 500 Internal Server Error in 63ms (ActiveRecord: 2.2ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: adeia_groups.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_groups"."user" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (88.6ms) Started GET "/articles" for ::1 at 2015-10-03 17:14:26 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.4ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1 SQLite3::SQLException: no such column: group_user.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1 Completed 500 Internal Server Error in 58ms (ActiveRecord: 2.1ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: group_user.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.0ms) Started GET "/articles" for ::1 at 2015-10-03 17:14:28 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1 SQLite3::SQLException: no such column: group_user.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.6ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: group_user.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.9ms) Started GET "/articles" for ::1 at 2015-10-03 17:14:28 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1 SQLite3::SQLException: no such column: group_user.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.7ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: group_user.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.4ms) Started GET "/articles" for ::1 at 2015-10-03 17:14:28 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1 SQLite3::SQLException: no such column: group_user.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.7ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: group_user.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_user"."user" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.4ms) Started GET "/articles" for ::1 at 2015-10-03 17:14:41 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 Completed 500 Internal Server Error in 64ms (ActiveRecord: 2.4ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (82.1ms) Started GET "/articles" for ::1 at 2015-10-03 17:14:42 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.6ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (87.5ms) Started GET "/articles" for ::1 at 2015-10-03 17:14:42 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.5ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.6ms) Started GET "/articles" for ::1 at 2015-10-03 17:14:42 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.4ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.9ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (80.8ms) Started GET "/articles" for ::1 at 2015-10-03 17:14:43 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.5ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: group_users.user_id: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "group_users"."user_id" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.9ms) Started GET "/articles" for ::1 at 2015-10-03 17:15:17 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1 SQLite3::SQLException: no such column: adeia_group_users.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1 Completed 500 Internal Server Error in 63ms (ActiveRecord: 2.4ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: adeia_group_users.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (82.7ms) Started GET "/articles" for ::1 at 2015-10-03 17:15:19 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1 SQLite3::SQLException: no such column: adeia_group_users.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.6ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: adeia_group_users.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.0ms) Started GET "/articles" for ::1 at 2015-10-03 17:15:20 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1 SQLite3::SQLException: no such column: adeia_group_users.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.8ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: adeia_group_users.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.6ms) Started GET "/articles" for ::1 at 2015-10-03 17:15:20 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.4ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1 SQLite3::SQLException: no such column: adeia_group_users.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.9ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: adeia_group_users.user: SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user" = 1): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.8ms) Started GET "/articles" for ::1 at 2015-10-03 17:15:43 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 89ms (ActiveRecord: 2.7ms) Adeia::AccessDenied (You don't have access to this page !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.9ms) Started GET "/articles" for ::1 at 2015-10-03 17:15:45 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.5ms) Adeia::AccessDenied (You don't have access to this page !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.6ms) Started GET "/articles" for ::1 at 2015-10-03 17:15:46 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.9ms) Adeia::AccessDenied (You don't have access to this page !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.6ms) Started GET "/articles" for ::1 at 2015-10-03 17:16:40 +0200 Processing by ArticlesController#index as HTML Article Load (2.3ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (6.5ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Completed 200 OK in 248ms (Views: 242.8ms | ActiveRecord: 3.4ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-03 17:16:40 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-03 17:16:40 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-03 17:16:40 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-03 17:16:40 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-03 17:16:40 +0200 Started GET "/articles" for ::1 at 2015-10-03 17:16:41 +0200 Processing by ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.0ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-03 17:16:41 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-03 17:16:41 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-03 17:16:41 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-03 17:16:41 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-03 17:16:41 +0200 Started GET "/articles/new" for ::1 at 2015-10-03 17:16:42 +0200 Processing by ArticlesController#new as HTML Rendered articles/_form.html.erb (17.1ms) Rendered articles/new.html.erb within layouts/application (23.8ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Completed 200 OK in 61ms (Views: 52.5ms | ActiveRecord: 0.3ms) Started GET "/articles/new" for ::1 at 2015-10-03 17:16:48 +0200 Processing by ArticlesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 32ms (ActiveRecord: 3.4ms) Adeia::AccessDenied (You don't have access to this page !): app/controllers/articles_controller.rb:14:in `new' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.3ms) Started GET "/articles" for ::1 at 2015-10-03 17:16:57 +0200 Processing by ArticlesController#index as HTML Article Load (1.0ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (26.3ms) User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Completed 200 OK in 77ms (Views: 71.7ms | ActiveRecord: 2.6ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-03 17:16:57 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-03 17:16:57 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-03 17:16:57 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-03 17:16:57 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-03 17:16:57 +0200 Started GET "/articles/new" for ::1 at 2015-10-03 17:16:58 +0200 Processing by ArticlesController#new as HTML Rendered articles/_form.html.erb (2.8ms) Rendered articles/new.html.erb within layouts/application (4.3ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Completed 200 OK in 42ms (Views: 36.3ms | ActiveRecord: 0.6ms) Started POST "/articles" for ::1 at 2015-10-03 17:17:05 +0200 Processing by ArticlesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9SvWHZWdW9nu3uTVqlhIP8sKwJi0ObtlrbXYIPwQ7eqFuBO7OHM8P3oixSEZ6Rn+JjsqgyPPKXvez7hjMAuyVA==", "article"=>{"title"=>"First", "content"=>"Hey!"}, "commit"=>"Create Article"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]]  (0.2ms) begin transaction SQL (1.2ms) INSERT INTO "articles" ("title", "content", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "First"], ["content", "Hey!"], ["user_id", 1], ["created_at", "2015-10-03 15:17:05.217890"], ["updated_at", "2015-10-03 15:17:05.217890"]]  (0.9ms) commit transaction Redirected to http://localhost:3000/articles/1 Completed 302 Found in 17ms (ActiveRecord: 2.5ms) Started GET "/articles/1" for ::1 at 2015-10-03 17:17:05 +0200 Processing by ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered articles/show.html.erb within layouts/application (6.2ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Completed 200 OK in 41ms (Views: 38.7ms | ActiveRecord: 0.8ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:17:09 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered articles/_form.html.erb (5.2ms) Rendered articles/edit.html.erb within layouts/application (9.9ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Completed 200 OK in 70ms (Views: 68.6ms | ActiveRecord: 0.4ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:17:19 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.8ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 48ms (ActiveRecord: 3.7ms) Adeia::AccessDenied (You don't have access to this page !): app/controllers/articles_controller.rb:19:in `edit' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.7ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:17:39 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 10ms (ActiveRecord: 1.0ms) NoMethodError (undefined method `load_resoure_or_records_and_authorize' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.2ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:17:40 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `load_resoure_or_records_and_authorize' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.7ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:17:40 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) NoMethodError (undefined method `load_resoure_or_records_and_authorize' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.3ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:21:21 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 29ms (ActiveRecord: 1.2ms) NoMethodError (undefined method `load_resoure_or_records_and_authorize' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.2ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:21:22 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `load_resoure_or_records_and_authorize' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.9ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:21:23 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) NoMethodError (undefined method `load_resoure_or_records_and_authorize' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.8ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:21:23 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) NoMethodError (undefined method `load_resoure_or_records_and_authorize' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.2ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:21:23 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) NoMethodError (undefined method `load_resoure_or_records_and_authorize' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.8ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:21:23 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `load_resoure_or_records_and_authorize' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.3ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:21:46 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.7ms) NameError (undefined local variable or method `resource_name' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (18.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (86.0ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:21:47 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) NameError (undefined local variable or method `resource_name' for Adeia::ControllerResource:Class): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.9ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:32:01 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 58ms (ActiveRecord: 1.7ms) NameError (`article' is not allowed as an instance variable name): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:34:in `instance_variable_set' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:34:in `load_resource' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:22:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (90.0ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:32:28 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 94ms (ActiveRecord: 3.3ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:12:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:61:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:23:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.7ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:32:30 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.6ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:12:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:61:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:23:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.6ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:32:30 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:12:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:61:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:23:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.4ms) Started GET "/articles/1/edit" for ::1 at 2015-10-03 17:32:31 +0200 Processing by ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:12:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:61:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:23:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.8ms) Started GET "/articles" for ::1 at 2015-10-03 17:32:36 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.5ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:12:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:61:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:16:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.0ms) Started GET "/articles" for ::1 at 2015-10-03 17:36:02 +0200 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.9ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 89ms (ActiveRecord: 4.0ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:12:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:61:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:16:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (87.3ms) Started GET "/articles" for ::1 at 2015-10-03 18:16:19 +0200 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (1.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 144ms (ActiveRecord: 6.7ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:12:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:61:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:16:in `load_resoure_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.9ms) Started GET "/articles" for ::1 at 2015-10-03 18:32:52 +0200 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 89ms (ActiveRecord: 3.8ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:12:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:61:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:16:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (86.2ms) Started GET "/articles" for ::1 at 2015-10-03 18:32:53 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.5ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:12:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:61:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:16:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.9ms) Started GET "/articles" for ::1 at 2015-10-03 18:33:05 +0200 Processing by ArticlesController#index as HTML Rendered articles/index.html.erb within layouts/application (4.5ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 13: 14: 15: 16: <% @articles.each do |article| %> 17: 18: <%= article.title %> 19: <%= article.content %> app/views/articles/index.html.erb:16:in `_app_views_articles_index_html_erb___1550111452241964810_70157212496900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (72.4ms) Started GET "/articles" for ::1 at 2015-10-03 18:33:06 +0200 Processing by ArticlesController#index as HTML Rendered articles/index.html.erb within layouts/application (1.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 13: 14: 15: 16: <% @articles.each do |article| %> 17: 18: <%= article.title %> 19: <%= article.content %> app/views/articles/index.html.erb:16:in `_app_views_articles_index_html_erb___1550111452241964810_70157212496900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (73.6ms) Started GET "/articles" for ::1 at 2015-10-03 18:33:07 +0200 Processing by ArticlesController#index as HTML Rendered articles/index.html.erb within layouts/application (1.9ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 13: 14: 15: 16: <% @articles.each do |article| %> 17: 18: <%= article.title %> 19: <%= article.content %> app/views/articles/index.html.erb:16:in `_app_views_articles_index_html_erb___1550111452241964810_70157212496900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (75.8ms) Started GET "/articles" for ::1 at 2015-10-03 18:33:07 +0200 Processing by ArticlesController#index as HTML Rendered articles/index.html.erb within layouts/application (1.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 13: 14: 15: 16: <% @articles.each do |article| %> 17: 18: <%= article.title %> 19: <%= article.content %> app/views/articles/index.html.erb:16:in `_app_views_articles_index_html_erb___1550111452241964810_70157212496900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.7ms) Started GET "/articles" for ::1 at 2015-10-03 18:33:10 +0200 Processing by ArticlesController#index as HTML Article Load (1.0ms) SELECT "articles".* FROM "articles" User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered articles/index.html.erb within layouts/application (26.7ms) User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Completed 200 OK in 286ms (Views: 280.5ms | ActiveRecord: 2.6ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-03 18:33:11 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-03 18:33:11 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-03 18:33:11 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-03 18:33:11 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-03 18:33:11 +0200 Started GET "/logout" for ::1 at 2015-10-03 18:33:12 +0200 ActionController::RoutingError (No route matches [GET] "/logout"): actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (106.5ms) Started GET "/logout" for ::1 at 2015-10-03 18:33:16 +0200 ActionController::RoutingError (No route matches [GET] "/logout"): actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (98.6ms) Started GET "/articles" for ::1 at 2015-10-03 18:34:56 +0200 Processing by ArticlesController#index as HTML Article Load (1.2ms) SELECT "articles".* FROM "articles" User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered articles/index.html.erb within layouts/application (17.9ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "nnpntrg9vOEC18QHQgmHlA"]] Completed 200 OK in 54ms (Views: 47.9ms | ActiveRecord: 2.9ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-03 18:34:56 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-03 18:34:56 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-03 18:34:56 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-03 18:34:56 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-03 18:34:56 +0200 Started GET "/logout" for ::1 at 2015-10-03 18:34:57 +0200 Processing by SessionsController#destroy as HTML Redirected to Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) TypeError (no implicit conversion of Symbol into String): app/controllers/sessions_controller.rb:19:in `destroy' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.6ms) Started GET "/logout" for ::1 at 2015-10-03 18:35:13 +0200 Processing by SessionsController#destroy as HTML Redirected to http://localhost:3000/ Completed 302 Found in 32ms (ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2015-10-03 18:35:13 +0200 Processing by ArticlesController#index as HTML Article Load (0.5ms) SELECT "articles".* FROM "articles" User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered articles/index.html.erb within layouts/application (24.9ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 59ms (Views: 52.5ms | ActiveRecord: 2.1ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-03 18:35:13 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-03 18:35:13 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-03 18:35:13 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-03 18:35:13 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-03 18:35:13 +0200 Started GET "/" for ::1 at 2015-10-03 18:35:36 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.9ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 22ms (ActiveRecord: 1.9ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.4ms) Started GET "/" for ::1 at 2015-10-03 18:35:37 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.7ms) Started GET "/" for ::1 at 2015-10-03 18:35:37 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.1ms) Started GET "/" for ::1 at 2015-10-03 18:35:38 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.5ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.3ms) Started GET "/" for ::1 at 2015-10-03 18:35:38 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.1ms) ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_permission_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_group_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_element_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_tokens_on_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_tokens_on_permission_id' AND type='index'   (0.5ms) SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index' ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_permission_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_group_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_element_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_tokens_on_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_tokens_on_permission_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (1.9ms) select sqlite_version(*)  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20151012185720)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "remember_token" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185720"]]  (1.0ms) commit transaction Migrating to CreateArticles (20151012185726)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185726"]]  (1.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'  User Load (2.6ms) SELECT "users".* FROM "users" User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", ""]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "sadsad"]] Started GET "/" for ::1 at 2015-10-12 21:03:21 +0200 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (16.9ms) CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 318ms (Views: 284.2ms | ActiveRecord: 2.0ms) Started GET "/articles" for ::1 at 2015-10-12 21:03:26 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.2ms) CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 37ms (Views: 35.4ms | ActiveRecord: 0.4ms) Started GET "/articles" for ::1 at 2015-10-12 21:03:28 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.1ms) CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-12 21:03:28 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-12 21:03:28 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-12 21:03:28 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-12 21:03:28 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-12 21:03:28 +0200 Started GET "/articles" for ::1 at 2015-10-12 21:05:31 +0200 Processing by ArticlesController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 14ms (ActiveRecord: 1.5ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.3ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:32 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.8ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:32 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (86.1ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:32 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.9ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:33 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.8ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:33 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.6ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:33 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.9ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:34 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.5ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:41 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.8ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:42 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.6ms) Started GET "/articles" for ::1 at 2015-10-12 21:05:42 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.5ms)  (0.1ms) begin transaction SQL (1.8ms) INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$10$krq9YnW1zc1s1ws5zzxaJuBC4vSkvsvWFpacdOeUY6tpiBR9n0uaS"], ["remember_token", "PGnr7wlOOxCg69FHf7H4hQ"], ["created_at", "2015-10-12 19:06:00.492013"], ["updated_at", "2015-10-12 19:06:00.492013"]]  (1.0ms) commit transaction Started GET "/articles" for ::1 at 2015-10-12 21:06:12 +0200 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Article Load (4.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (36.2ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 335ms (Views: 258.0ms | ActiveRecord: 6.0ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/articles" for ::1 at 2015-10-12 21:06:13 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.2ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.5ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-12 21:06:13 +0200 Started GET "/articles" for ::1 at 2015-10-12 21:06:14 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.3ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/articles" for ::1 at 2015-10-12 21:06:14 +0200 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.0ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 35ms (Views: 33.7ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/articles" for ::1 at 2015-10-12 21:06:14 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.4ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.7ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-12 21:06:14 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-12 21:06:14 +0200 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'   (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20151012185720)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "remember_token" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185720"]]  (1.0ms) commit transaction Migrating to CreateArticles (20151012185726)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185726"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'   (5.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAdeiaElements (20151003144041)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144041"]]  (1.1ms) commit transaction Migrating to CreateAdeiaPermissions (20151003144208)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "owner_type" varchar, "element_id" integer, "permission_type" integer, "read_right" boolean, "create_right" boolean, "update_right" boolean, "destroy_right" boolean, "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_adeia_permissions_on_owner_type_and_owner_id" ON "adeia_permissions" ("owner_type", "owner_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.1ms) CREATE INDEX "index_adeia_permissions_on_element_id" ON "adeia_permissions" ("element_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144208"]]  (1.1ms) commit transaction Migrating to CreateAdeiaGroups (20151003144650)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144650"]]  (0.9ms) commit transaction Migrating to CreateAdeiaGroupUsers (20151003144706)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_group_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_adeia_group_users_on_group_id" ON "adeia_group_users" ("group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_group_id' AND type='index'   (0.1ms) CREATE INDEX "index_adeia_group_users_on_user_id" ON "adeia_group_users" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144706"]]  (1.1ms) commit transaction Migrating to CreateAdeiaTokens (20151003150524)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "is_valid" boolean, "permission_id" integer, "exp_at" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_adeia_tokens_on_permission_id" ON "adeia_tokens" ("permission_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150524"]]  (1.1ms) commit transaction Migrating to CreateAdeiaActions (20151003150747)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "adeia_actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150747"]]  (5.3ms) commit transaction Migrating to CreateAdeiaActionPermissions (20151003150806)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "adeia_action_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action_id" integer, "permission_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_adeia_action_permissions_on_action_id" ON "adeia_action_permissions" ("action_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index'   (0.1ms) CREATE INDEX "index_adeia_action_permissions_on_permission_id" ON "adeia_action_permissions" ("permission_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150806"]]  (1.2ms) commit transaction Migrating to CreateUsers (20151012185720)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "remember_token" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185720"]]  (0.8ms) commit transaction Migrating to CreateArticles (20151012185726)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185726"]]  (1.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_permission_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_action_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_group_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_element_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_tokens_on_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_tokens_on_permission_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index' Started GET "/articles" for ::1 at 2015-10-12 21:08:17 +0200 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 40ms (ActiveRecord: 1.3ms) ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1): app/controllers/articles_controller.rb:7:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (83.1ms) Started GET "/adeia" for ::1 at 2015-10-13 21:21:11 +0200 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/adeia"): actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (27.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (158.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:21:16 +0200 Processing by Adeia::PermissionsController#index as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (0.4ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:21:17 +0200 Processing by Adeia::PermissionsController#index as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (0.1ms) Completed 200 OK in 10ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:05 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:07 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:07 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:08 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:10 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:11 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:11 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:53 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 74ms (ActiveRecord: 2.0ms) NoMethodError (undefined method `id' for nil:NilClass): /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:54:in `user_groups' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:58:in `owners' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:14:in `read_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:53:in `load_permissions' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:17:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:64:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:55 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `id' for nil:NilClass): /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:54:in `user_groups' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:58:in `owners' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:14:in `read_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:53:in `load_permissions' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:17:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:64:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:23:55 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `id' for nil:NilClass): /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:54:in `user_groups' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:58:in `owners' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:14:in `read_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:53:in `load_permissions' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:17:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:64:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:24:05 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:24:05 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:24:06 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:24:06 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:24:07 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:24:08 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:24:08 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:24:09 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-13 21:24:09 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:17:46 +0200 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `users' for #): activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (113.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:18:41 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `users' for #): activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:19:55 +0200 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:20:04 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 53ms (ActiveRecord: 2.3ms) NoMethodError (undefined method `id' for nil:NilClass): /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:54:in `user_groups' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:58:in `owners' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:14:in `read_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:53:in `load_permissions' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:17:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:64:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:20:05 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `id' for nil:NilClass): /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:54:in `user_groups' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:58:in `owners' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:14:in `read_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:53:in `load_permissions' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:17:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:64:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (78.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:20:05 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `id' for nil:NilClass): /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:54:in `user_groups' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:58:in `owners' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:14:in `read_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:53:in `load_permissions' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:17:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:64:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.7ms) Started GET "/" for ::1 at 2015-10-18 18:20:23 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.1ms) Started GET "/" for ::1 at 2015-10-18 18:20:29 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.2ms) Started GET "/" for ::1 at 2015-10-18 18:20:30 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.1ms) Started GET "/" for ::1 at 2015-10-18 18:20:30 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.6ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.2ms) Started GET "/" for ::1 at 2015-10-18 18:20:56 +0200 Processing by ArticlesController#index as HTML Rendered articles/index.html.erb within layouts/application (3.9ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 13: 14: 15: 16: <% @articles.each do |article| %> 17: 18: <%= article.title %> 19: <%= article.content %> app/views/articles/index.html.erb:16:in `_app_views_articles_index_html_erb___3768633860123979978_70291905346560' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (19.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.7ms) Started GET "/" for ::1 at 2015-10-18 18:20:57 +0200 Processing by ArticlesController#index as HTML Rendered articles/index.html.erb within layouts/application (3.5ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 13: 14: 15: 16: <% @articles.each do |article| %> 17: 18: <%= article.title %> 19: <%= article.content %> app/views/articles/index.html.erb:16:in `_app_views_articles_index_html_erb___3768633860123979978_70291905346560' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (67.1ms) Started GET "/" for ::1 at 2015-10-18 18:20:58 +0200 Processing by ArticlesController#index as HTML Rendered articles/index.html.erb within layouts/application (1.8ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 13: 14: 15: 16: <% @articles.each do |article| %> 17: 18: <%= article.title %> 19: <%= article.content %> app/views/articles/index.html.erb:16:in `_app_views_articles_index_html_erb___3768633860123979978_70291905346560' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.4ms) Started GET "/" for ::1 at 2015-10-18 18:21:11 +0200 Processing by ArticlesController#index as HTML Article Load (1.0ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (3.0ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 292ms (Views: 284.6ms | ActiveRecord: 1.7ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-18 18:21:12 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-18 18:21:12 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-18 18:21:12 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-18 18:21:12 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-18 18:21:12 +0200 Started GET "/" for ::1 at 2015-10-18 18:21:17 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.0ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.3ms) Started GET "/" for ::1 at 2015-10-18 18:21:18 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.7ms) Started GET "/" for ::1 at 2015-10-18 18:21:18 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (85.5ms) Started GET "/" for ::1 at 2015-10-18 18:22:04 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.8ms) Started GET "/" for ::1 at 2015-10-18 18:22:05 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.0ms) Started GET "/" for ::1 at 2015-10-18 18:22:05 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.6ms) Started GET "/" for ::1 at 2015-10-18 18:22:06 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.9ms) Started GET "/" for ::1 at 2015-10-18 18:22:07 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.2ms) Started GET "/" for ::1 at 2015-10-18 18:22:47 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `id' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.2ms) Started GET "/" for ::1 at 2015-10-18 18:22:52 +0200 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `any?' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.6ms) Started GET "/" for ::1 at 2015-10-18 18:22:54 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `any?' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (70.4ms) Started GET "/" for ::1 at 2015-10-18 18:23:22 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `any?' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.0ms) Started GET "/" for ::1 at 2015-10-18 18:23:23 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `any?' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.9ms) Started GET "/" for ::1 at 2015-10-18 18:23:24 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `any?' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.0ms) Started GET "/" for ::1 at 2015-10-18 18:23:24 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `any?' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.2ms) Started GET "/" for ::1 at 2015-10-18 18:23:24 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `any?' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.3ms) Started GET "/" for ::1 at 2015-10-18 18:23:24 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `any?' for nil:NilClass): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.4ms) Started GET "/" for ::1 at 2015-10-18 18:26:58 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.5ms) Adeia::AccessDenied (You don't have access to this page !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (22.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (139.0ms) Started GET "/" for ::1 at 2015-10-18 18:30:14 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.4ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:6:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.0ms) Started GET "/" for ::1 at 2015-10-18 18:30:28 +0200 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.9ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:30:40 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) Adeia::LoginRequired (Please login before visiting this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:18:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:64:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (84.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:30:41 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) Adeia::LoginRequired (Please login before visiting this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:18:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:64:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.1ms) Started GET "/login" for ::1 at 2015-10-18 18:31:28 +0200 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (19.4ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 290ms (Views: 288.9ms | ActiveRecord: 0.3ms) Started POST "/sessions" for ::1 at 2015-10-18 18:31:30 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NARUC/EYCmOxix8evpYFv33HIUPbRtslPeyGkH9Zs+TJhGqBSzI80Ap/fhaXPhvRClbcKxLt/GPagb78Xy82Aw==", "session"=>{"name"=>"Admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "Admin"]] Rendered sessions/new.html.erb within layouts/application (1.2ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 30ms (Views: 24.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$10$TUOVP04zjgENWcMSXyUteecpo/FIGx9dbNtfoa9OZze0vxkPlUGgG"], ["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"], ["created_at", "2015-10-18 16:31:42.838797"], ["updated_at", "2015-10-18 16:31:42.838797"]]  (7.9ms) commit transaction Started GET "/login" for ::1 at 2015-10-18 18:31:56 +0200 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (39.0ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 276ms (Views: 274.2ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-18 18:31:56 +0200 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-18 18:31:56 +0200 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-18 18:31:57 +0200 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-18 18:31:57 +0200 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-18 18:31:57 +0200 Started POST "/sessions" for ::1 at 2015-10-18 18:31:57 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0ojKr2RW8n7xsruSl8ZBLwdNhezx1y1I/BvqPKAHjLovCPQl3nzEzUpG2pq+bl9BcNx4hDh8Cg4bdtJQgHEJXQ==", "session"=>{"name"=>"Admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "Admin"]] Rendered sessions/new.html.erb within layouts/application (1.2ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 34ms (Views: 27.4ms | ActiveRecord: 0.5ms) Started POST "/sessions" for ::1 at 2015-10-18 18:32:04 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"q33L+AxVKByqncm2Q9cXI57cMeZAq5oZX0oRDMTZ36BW/fVytn8erxFpqL5qfwlN6U3MjokAvV+4Jylg5K9aRw==", "session"=>{"name"=>"Admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "Admin"]] Rendered sessions/new.html.erb within layouts/application (1.4ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1 Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.3ms) Started POST "/sessions" for ::1 at 2015-10-18 18:32:07 +0200 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Uda6LPj3JlFeZgRwILGMBSx2jQFHPJmRm5aTrsTF3sWsVoSmQt0Q4uWSZXgJGZJrW+dwaY6Xvtd8+6vC5LNbIg==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Redirected to http://localhost:3000/articles Completed 302 Found in 105ms (ActiveRecord: 0.5ms) Started GET "/articles" for ::1 at 2015-10-18 18:32:07 +0200 Processing by ArticlesController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Completed 500 Internal Server Error in 44ms (ActiveRecord: 3.2ms) Adeia::AccessDenied (You don't have access to this page !): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:32:20 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.8ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:20:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:64:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.6ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Adeia::Element Load (0.7ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-18 16:39:41.231744"], ["updated_at", "2015-10-18 16:39:41.231744"]]  (3.8ms) commit transaction Adeia::Permission Load (0.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 1 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]]  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "adeia_permissions" ("element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["element_id", 1], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-18 16:39:41.274347"], ["updated_at", "2015-10-18 16:39:41.274347"]]  (1.1ms) commit transaction Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "adeia/permissions"], ["created_at", "2015-10-18 16:39:41.279489"], ["updated_at", "2015-10-18 16:39:41.279489"]]  (0.9ms) commit transaction Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 2 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "adeia_permissions" ("element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["element_id", 2], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-18 16:39:41.283922"], ["updated_at", "2015-10-18 16:39:41.283922"]]  (1.1ms) commit transaction Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:39:51 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (2.3ms) Completed 200 OK in 116ms (Views: 21.5ms | ActiveRecord: 2.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:39:53 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (0.0ms) Completed 200 OK in 15ms (Views: 8.5ms | ActiveRecord: 0.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:52:14 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.4ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.6ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.5ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (47.0ms) Completed 200 OK in 93ms (Views: 61.4ms | ActiveRecord: 3.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:52:15 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (2.0ms) Completed 200 OK in 20ms (Views: 10.6ms | ActiveRecord: 1.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-18 18:52:36 +0200 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (2.7ms) Completed 200 OK in 18ms (Views: 10.9ms | ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2015-10-26 15:47:14 +0100 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 500 Internal Server Error in 61ms (ActiveRecord: 1.2ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (20.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (122.7ms) Started GET "/" for 127.0.0.1 at 2015-10-26 15:47:18 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.7ms) Started GET "/login" for 127.0.0.1 at 2015-10-26 15:47:23 +0100 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (17.7ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 231ms (Views: 230.5ms | ActiveRecord: 0.3ms) Started POST "/sessions" for 127.0.0.1 at 2015-10-26 15:47:25 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JN75rOl6kRo8y3m/8hGK+PXO49TpUEHrQ+tTjPN1sHA1giJPHdcpxtMlCd2BBX/dQdCfNUyhTRZffoSl1RBASg==", "session"=>{"name"=>"Admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "Admin"]] Rendered sessions/new.html.erb within layouts/application (1.5ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.5ms) Started POST "/sessions" for 127.0.0.1 at 2015-10-26 15:47:29 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PMearJuF7pMf+/IBl1iqxe/Bbe2sJE3ak3S9CnsePb0tm0FPbyhWT/AVgmPkTF/gW98RDAnVQSeP4WojXXvNhw==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Redirected to http://localhost:3000/articles Completed 302 Found in 115ms (ActiveRecord: 0.5ms) Started GET "/articles" for 127.0.0.1 at 2015-10-26 15:47:29 +0100 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 91ms (Views: 29.3ms | ActiveRecord: 5.7ms) Started GET "/adeia/permissions" for 127.0.0.1 at 2015-10-26 15:47:33 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (20.1ms) Completed 500 Internal Server Error in 36ms (ActiveRecord: 1.5ms) ActionView::Template::Error (undefined method `delete_right' for #): 6: <%= permission.read_right %> 7: <%= permission.create_right %> 8: <%= permission.update_right %> 9: <%= permission.delete_right %> 10: <%= permission.resource_id %> 11: <% permission.actions.each do |action| %> 12: <%= action.name %> activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:9:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb___990655516947831269_70243278202160' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb___990655516947831269_70243278202160' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.4ms) Started GET "/adeia/permissions" for 127.0.0.1 at 2015-10-26 15:47:50 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.9ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.7ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (36.0ms) Completed 200 OK in 52ms (Views: 41.8ms | ActiveRecord: 3.6ms) Started GET "/adeia/permissions" for 127.0.0.1 at 2015-10-26 15:47:51 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (6.8ms) Completed 200 OK in 21ms (Views: 14.1ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions" for 127.0.0.1 at 2015-10-26 15:50:55 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.4ms) Started GET "/adeia/permissions" for 127.0.0.1 at 2015-10-26 15:50:57 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (106.2ms) Started GET "/adeia/permissions" for 127.0.0.1 at 2015-10-26 15:50:59 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.1ms) Started GET "/adeia/permissions" for 127.0.0.1 at 2015-10-26 15:50:59 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:51:15 +0100 ActiveRecord::SchemaMigration Load (2.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (7.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.7ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (67.1ms) Completed 200 OK in 212ms (Views: 83.1ms | ActiveRecord: 13.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:51:16 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (6.1ms) Completed 200 OK in 20ms (Views: 13.4ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:51:28 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (6.9ms) Completed 200 OK in 20ms (Views: 13.8ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:51:34 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (7.2ms) Completed 200 OK in 24ms (Views: 16.6ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:51:42 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (84.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:51:43 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:51:43 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:51:49 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (47.5ms) Completed 200 OK in 159ms (Views: 58.7ms | ActiveRecord: 4.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:51:50 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (8.0ms) Completed 200 OK in 30ms (Views: 19.9ms | ActiveRecord: 2.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:52:27 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.3ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (40.3ms) Completed 200 OK in 158ms (Views: 56.5ms | ActiveRecord: 5.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:56:26 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:56:27 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:56:27 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 15:56:32 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (47.9ms) Completed 200 OK in 158ms (Views: 58.3ms | ActiveRecord: 4.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:05:48 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 112ms (ActiveRecord: 3.3ms) NameError (uninitialized constant BaseTable): /Users/khcr/Projets/Web/adeia/app/tables/permission_table.rb:1:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:8:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (87.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:05:53 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.8ms) NameError (uninitialized constant BaseTable): /Users/khcr/Projets/Web/adeia/app/tables/permission_table.rb:1:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:8:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:05:53 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.7ms) NameError (uninitialized constant BaseTable): /Users/khcr/Projets/Web/adeia/app/tables/permission_table.rb:1:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:8:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:05:54 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 12ms (ActiveRecord: 1.2ms) NameError (uninitialized constant BaseTable): /Users/khcr/Projets/Web/adeia/app/tables/permission_table.rb:1:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:8:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (70.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:05:54 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.3ms) NameError (uninitialized constant BaseTable): /Users/khcr/Projets/Web/adeia/app/tables/permission_table.rb:1:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:8:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:05:56 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.8ms) NameError (uninitialized constant BaseTable): /Users/khcr/Projets/Web/adeia/app/tables/permission_table.rb:1:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:8:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:06:38 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (78.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:06:41 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:06:47 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.0/app/views/snaptable/_buttons.html.erb (0.8ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.0/app/views/snaptable/base.html.erb (63.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (79.1ms) Completed 500 Internal Server Error in 208ms (ActiveRecord: 5.2ms) ActionView::Template::Error (translation missing: en.time.formats.snaptable): 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> 24: <%= truncate((strip_tags value), length: 40) %> 25: <% end %> 26: i18n (0.7.0) lib/i18n.rb:311:in `handle_exception' i18n (0.7.0) lib/i18n.rb:161:in `translate' i18n (0.7.0) lib/i18n/backend/base.rb:59:in `localize' i18n (0.7.0) lib/i18n.rb:247:in `localize' actionpack (4.2.4) lib/abstract_controller/translation.rb:24:in `localize' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:39:in `format' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:33:in `block in values' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:27:in `map' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:27:in `values' snaptable (0.8.0) app/views/snaptable/base.html.erb:23:in `block in ___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1332195818301457365_70292933108480' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' snaptable (0.8.0) app/views/snaptable/base.html.erb:21:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1332195818301457365_70292933108480' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:6:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1077021390970685820_70292969883980' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (11.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (92.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:06:49 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.0/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.0/app/views/snaptable/base.html.erb (18.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (20.9ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 1.5ms) ActionView::Template::Error (translation missing: en.time.formats.snaptable): 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> 24: <%= truncate((strip_tags value), length: 40) %> 25: <% end %> 26: i18n (0.7.0) lib/i18n.rb:311:in `handle_exception' i18n (0.7.0) lib/i18n.rb:161:in `translate' i18n (0.7.0) lib/i18n/backend/base.rb:59:in `localize' i18n (0.7.0) lib/i18n.rb:247:in `localize' actionpack (4.2.4) lib/abstract_controller/translation.rb:24:in `localize' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:39:in `format' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:33:in `block in values' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:27:in `map' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:27:in `values' snaptable (0.8.0) app/views/snaptable/base.html.erb:23:in `block in ___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1332195818301457365_70292933108480' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' snaptable (0.8.0) app/views/snaptable/base.html.erb:21:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1332195818301457365_70292933108480' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:6:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1077021390970685820_70292969883980' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (78.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:06:50 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.0/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (4.0ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.0/app/views/snaptable/base.html.erb (25.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (28.8ms) Completed 500 Internal Server Error in 51ms (ActiveRecord: 6.0ms) ActionView::Template::Error (translation missing: en.time.formats.snaptable): 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> 24: <%= truncate((strip_tags value), length: 40) %> 25: <% end %> 26: i18n (0.7.0) lib/i18n.rb:311:in `handle_exception' i18n (0.7.0) lib/i18n.rb:161:in `translate' i18n (0.7.0) lib/i18n/backend/base.rb:59:in `localize' i18n (0.7.0) lib/i18n.rb:247:in `localize' actionpack (4.2.4) lib/abstract_controller/translation.rb:24:in `localize' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:39:in `format' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:33:in `block in values' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:27:in `map' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:27:in `values' snaptable (0.8.0) app/views/snaptable/base.html.erb:23:in `block in ___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1332195818301457365_70292933108480' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' snaptable (0.8.0) app/views/snaptable/base.html.erb:21:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1332195818301457365_70292933108480' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:6:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1077021390970685820_70292969883980' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:06:50 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.0/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.0/app/views/snaptable/base.html.erb (18.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (21.2ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 2.0ms) ActionView::Template::Error (translation missing: en.time.formats.snaptable): 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> 24: <%= truncate((strip_tags value), length: 40) %> 25: <% end %> 26: i18n (0.7.0) lib/i18n.rb:311:in `handle_exception' i18n (0.7.0) lib/i18n.rb:161:in `translate' i18n (0.7.0) lib/i18n/backend/base.rb:59:in `localize' i18n (0.7.0) lib/i18n.rb:247:in `localize' actionpack (4.2.4) lib/abstract_controller/translation.rb:24:in `localize' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:39:in `format' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:33:in `block in values' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:27:in `map' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:27:in `values' snaptable (0.8.0) app/views/snaptable/base.html.erb:23:in `block in ___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1332195818301457365_70292933108480' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each' snaptable (0.8.0) app/views/snaptable/base.html.erb:21:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1332195818301457365_70292933108480' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.0) lib/snaptable/constructor/renderer.rb:6:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1077021390970685820_70292969883980' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (72.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:09:14 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.8ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (86.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (102.6ms) Completed 200 OK in 236ms (Views: 119.6ms | ActiveRecord: 5.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:10:05 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (24.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (27.2ms) Completed 200 OK in 49ms (Views: 38.8ms | ActiveRecord: 1.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:10:22 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (90.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:10:30 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (1.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (86.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (100.0ms) Completed 200 OK in 225ms (Views: 116.9ms | ActiveRecord: 5.5ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:10:33 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (33.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (36.3ms) Completed 200 OK in 55ms (Views: 48.1ms | ActiveRecord: 1.8ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:10:34 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (43.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (46.6ms) Completed 200 OK in 69ms (Views: 60.5ms | ActiveRecord: 1.8ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:10:47 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (17.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (80.2ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:10:47 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.6ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:10:48 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.2ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:10:48 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.1ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:10:48 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (83.3ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:10:54 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (1.0ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (69.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (79.3ms) Completed 200 OK in 190ms (Views: 93.4ms | ActiveRecord: 4.8ms) Started GET "/adeia/permissions?utf8=%E2%9C%93&query=adeia&commit=Chercher" for ::1 at 2015-10-26 16:10:58 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"utf8"=>"✓", "query"=>"adeia", "commit"=>"Chercher"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (22.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (25.4ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.8ms) ActionView::Template::Error (Cannot eagerly load the polymorphic association :owner): 17: 18: 19: 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:228:in `block in build' activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:222:in `each' activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:222:in `map' activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:222:in `build' activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:99:in `initialize' activerecord (4.2.4) lib/active_record/relation/query_methods.rb:1039:in `new' activerecord (4.2.4) lib/active_record/relation/query_methods.rb:1039:in `build_joins' activerecord (4.2.4) lib/active_record/relation/query_methods.rb:866:in `build_arel' activerecord (4.2.4) lib/active_record/relation/query_methods.rb:858:in `arel' activerecord (4.2.4) lib/active_record/relation/calculations.rb:210:in `perform_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:127:in `calculate' activerecord (4.2.4) lib/active_record/relation/calculations.rb:42:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:97:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:95:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:113:in `empty?' activerecord (4.2.4) lib/active_record/relation.rb:278:in `any?' snaptable (0.8.1) app/views/snaptable/base.html.erb:20:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__3694434085870577981_70315874903560' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.1) lib/snaptable/constructor/renderer.rb:6:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb___403954761064005717_70315889632440' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.1) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (88.8ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:11:15 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (30.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (33.5ms) Completed 200 OK in 54ms (Views: 47.0ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:11:17 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (34.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (37.7ms) Completed 200 OK in 59ms (Views: 52.4ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:11:17 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (36.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (39.6ms) Completed 200 OK in 65ms (Views: 56.4ms | ActiveRecord: 2.0ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=read_right" for ::1 at 2015-10-26 16:11:19 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"read_right"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.read_right asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (42.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (46.3ms) Completed 200 OK in 67ms (Views: 59.0ms | ActiveRecord: 1.9ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:11:20 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (41.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (43.8ms) Completed 200 OK in 64ms (Views: 55.7ms | ActiveRecord: 2.2ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=created_at" for ::1 at 2015-10-26 16:11:23 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"created_at"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.created_at asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (37.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (40.2ms) Completed 200 OK in 61ms (Views: 52.4ms | ActiveRecord: 2.2ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=created_at" for ::1 at 2015-10-26 16:11:24 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"created_at"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.created_at desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (47.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (50.2ms) Completed 200 OK in 73ms (Views: 66.0ms | ActiveRecord: 2.0ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=updated_at" for ::1 at 2015-10-26 16:11:24 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"updated_at"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.6ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.updated_at asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (39.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (42.2ms) Completed 200 OK in 64ms (Views: 54.8ms | ActiveRecord: 2.5ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:11:26 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (38.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (42.3ms) Completed 200 OK in 62ms (Views: 53.8ms | ActiveRecord: 1.9ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:11:26 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.5ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (43.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (46.4ms) Completed 200 OK in 68ms (Views: 60.3ms | ActiveRecord: 2.1ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:11:27 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (40.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (43.3ms) Completed 200 OK in 64ms (Views: 56.1ms | ActiveRecord: 1.7ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:11:27 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (42.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (46.1ms) Completed 200 OK in 67ms (Views: 58.4ms | ActiveRecord: 1.8ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:11:28 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.4ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.6ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (52.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (55.7ms) Completed 200 OK in 77ms (Views: 68.9ms | ActiveRecord: 2.6ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:11:28 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.4ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (47.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (50.9ms) Completed 200 OK in 77ms (Views: 67.5ms | ActiveRecord: 2.2ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:11:29 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (36.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (38.8ms) Completed 200 OK in 63ms (Views: 54.8ms | ActiveRecord: 1.7ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:11:30 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_search_field.html.erb (0.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.1/app/views/snaptable/base.html.erb (34.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (37.4ms) Completed 200 OK in 57ms (Views: 49.5ms | ActiveRecord: 1.9ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:13:22 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (80.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (97.1ms) Completed 200 OK in 227ms (Views: 117.4ms | ActiveRecord: 5.2ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:13:23 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (35.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (37.9ms) Completed 200 OK in 57ms (Views: 50.2ms | ActiveRecord: 1.5ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:13:24 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.4ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (39.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (43.3ms) Completed 200 OK in 69ms (Views: 60.2ms | ActiveRecord: 2.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:13:26 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (46.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (52.3ms) Completed 200 OK in 78ms (Views: 60.8ms | ActiveRecord: 9.8ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:13:28 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (34.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (36.9ms) Completed 200 OK in 61ms (Views: 51.8ms | ActiveRecord: 2.1ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:13:29 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (35.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (37.8ms) Completed 200 OK in 62ms (Views: 52.4ms | ActiveRecord: 2.0ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:13:29 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (37.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (41.0ms) Completed 200 OK in 61ms (Views: 54.6ms | ActiveRecord: 1.7ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:14:58 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (27.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (30.5ms) Completed 200 OK in 48ms (Views: 41.9ms | ActiveRecord: 1.5ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:00 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (30.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (32.7ms) Completed 200 OK in 50ms (Views: 44.0ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:02 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (30.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (35.2ms) Completed 200 OK in 58ms (Views: 50.6ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:03 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (40.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (42.8ms) Completed 200 OK in 63ms (Views: 56.5ms | ActiveRecord: 1.5ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:03 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (34.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (38.6ms) Completed 200 OK in 58ms (Views: 52.1ms | ActiveRecord: 1.7ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:03 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (32.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (37.4ms) Completed 200 OK in 57ms (Views: 49.2ms | ActiveRecord: 1.8ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:04 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (30.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (33.3ms) Completed 200 OK in 59ms (Views: 50.2ms | ActiveRecord: 1.9ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:04 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (28.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb (30.5ms) Completed 200 OK in 53ms (Views: 44.7ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:19 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (81.7ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:24 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.2ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:15:31 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.9ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (87.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/application (107.9ms) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Completed 500 Internal Server Error in 560ms (ActiveRecord: 5.0ms) ActionView::Template::Error (undefined local variable or method `logout_path' for #<#:0x007fb7a4abc878>): 12: <% if current_user.nil? %> 13: <%= link_to "Login", login_path %> 14: <% else %> 15: <%= current_user.name %> | <%= link_to "Logout", logout_path %> 16: <% end %> 17:
18: app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb___3710461023184438364_70213387454900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:16:20 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 171ms (ActiveRecord: 2.9ms) ActionView::MissingTemplate (Missing template layouts/adeia with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/khcr/Projets/Web/adeia/spec/test_app/app/views" * "/Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views" * "/Users/khcr/Projets/Web/adeia/app/views" ): actionview (4.2.4) lib/action_view/path_set.rb:46:in `find' actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:93:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `block in find_layout' actionview (4.2.4) lib/action_view/lookup_context.rb:242:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `find_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:60:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.2) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (85.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:16:22 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.7ms) ActionView::MissingTemplate (Missing template layouts/adeia with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/khcr/Projets/Web/adeia/spec/test_app/app/views" * "/Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views" * "/Users/khcr/Projets/Web/adeia/app/views" ): actionview (4.2.4) lib/action_view/path_set.rb:46:in `find' actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:93:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `block in find_layout' actionview (4.2.4) lib/action_view/lookup_context.rb:242:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `find_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:60:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.2) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (70.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:18:21 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.8ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (79.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (97.1ms) Completed 200 OK in 319ms (Views: 311.0ms | ActiveRecord: 2.3ms) Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-26 16:18:21 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 16:18:21 +0100 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-26 16:18:21 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-26 16:18:21 +0100 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-26 16:18:21 +0100 Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:18:24 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (28.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (30.8ms) Completed 200 OK in 62ms (Views: 55.3ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:18:28 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (24.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (26.8ms) Completed 200 OK in 88ms (Views: 55.3ms | ActiveRecord: 2.1ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:18:29 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (32.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (35.3ms) Completed 200 OK in 71ms (Views: 64.4ms | ActiveRecord: 1.7ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:18:29 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (43.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (46.1ms) Completed 200 OK in 96ms (Views: 86.1ms | ActiveRecord: 2.0ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:18:38 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (29.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (31.7ms) Completed 200 OK in 80ms (Views: 69.4ms | ActiveRecord: 2.4ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-26 16:18:38 +0100 Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-26 16:18:38 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 16:18:38 +0100 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-26 16:18:38 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-26 16:18:38 +0100 Started GET "/adeia/permissions?utf8=%E2%9C%93&query=fdsdfs&commit=Chercher" for ::1 at 2015-10-26 16:18:42 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"utf8"=>"✓", "query"=>"fdsdfs", "commit"=>"Chercher"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (15.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (18.7ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.7ms) ActionView::Template::Error (Cannot eagerly load the polymorphic association :owner): 17: 18: 19: 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:228:in `block in build' activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:222:in `each' activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:222:in `map' activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:222:in `build' activerecord (4.2.4) lib/active_record/associations/join_dependency.rb:99:in `initialize' activerecord (4.2.4) lib/active_record/relation/query_methods.rb:1039:in `new' activerecord (4.2.4) lib/active_record/relation/query_methods.rb:1039:in `build_joins' activerecord (4.2.4) lib/active_record/relation/query_methods.rb:866:in `build_arel' activerecord (4.2.4) lib/active_record/relation/query_methods.rb:858:in `arel' activerecord (4.2.4) lib/active_record/relation/calculations.rb:210:in `perform_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:127:in `calculate' activerecord (4.2.4) lib/active_record/relation/calculations.rb:42:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:97:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:95:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:113:in `empty?' activerecord (4.2.4) lib/active_record/relation.rb:278:in `any?' snaptable (0.8.2) app/views/snaptable/base.html.erb:20:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__2639438979196302536_70357431727720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.2) lib/snaptable/constructor/renderer.rb:6:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__3932399026397711531_70357465746820' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.2) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (76.9ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:18:44 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (27.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (30.1ms) Completed 200 OK in 69ms (Views: 62.5ms | ActiveRecord: 1.5ms) Started GET "/assets/sessions.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-10-26 16:18:44 +0100 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-26 16:18:44 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 16:18:44 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-26 16:18:44 +0100 Started GET "/assets/sessions.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-10-26 16:18:44 +0100 Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:19:28 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (33.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (36.8ms) Completed 200 OK in 96ms (Views: 81.9ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:20:19 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (36.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (39.5ms) Completed 500 Internal Server Error in 109ms (ActiveRecord: 2.2ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'): 3: 4: Syncedchurch 5: <%= stylesheet_link_tag 'adeia/application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'adeia/application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: snaptable (0.8.2) app/assets/javascripts/snaptable.js:13 sprockets (3.4.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.4.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.4.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.4.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.4.0) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.4.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.0) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.0) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.0) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.0) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.0) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.0) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.0) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.0) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.0) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.0) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.0) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.0) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.0) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.0) lib/sprockets/base.rb:92:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:6:in `___sers_khcr__rojets__eb_adeia_app_views_layouts_adeia_html_erb__601527676789250455_70357442158300' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.2) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (76.4ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:20:23 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.2/app/views/snaptable/base.html.erb (27.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (30.4ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 1.8ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'): 3: 4: Syncedchurch 5: <%= stylesheet_link_tag 'adeia/application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'adeia/application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: snaptable (0.8.2) app/assets/javascripts/snaptable.js:13 sprockets (3.4.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.4.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.4.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.4.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.4.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.4.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.4.0) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.4.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.0) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.0) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.0) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.0) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.0) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.4.0) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.4.0) lib/sprockets/bundle.rb:24:in `call' sprockets (3.4.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.4.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.4.0) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.4.0) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.4.0) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache' sprockets (3.4.0) lib/sprockets/loader.rb:44:in `load' sprockets (3.4.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.4.0) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.4.0) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.4.0) lib/sprockets/base.rb:92:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:6:in `___sers_khcr__rojets__eb_adeia_app_views_layouts_adeia_html_erb__601527676789250455_70357442158300' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.2) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (19.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (81.7ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:22:19 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.8ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (95.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (117.9ms) Completed 200 OK in 760ms (Views: 618.9ms | ActiveRecord: 5.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 16:22:21 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 16:22:21 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 16:22:21 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 16:22:21 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 16:22:21 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 16:22:21 +0100 Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:22:23 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (1.0ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (68.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (74.0ms) Completed 200 OK in 141ms (Views: 129.8ms | ActiveRecord: 1.8ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:22:23 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (33.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (38.0ms) Completed 200 OK in 87ms (Views: 77.8ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:22:26 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.4ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (38.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (42.2ms) Completed 200 OK in 123ms (Views: 109.0ms | ActiveRecord: 2.5ms) Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:22:27 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.9ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.4ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (36.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (40.7ms) Completed 200 OK in 110ms (Views: 95.0ms | ActiveRecord: 2.9ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:22:28 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (37.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (43.9ms) Completed 200 OK in 100ms (Views: 88.9ms | ActiveRecord: 1.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:22:45 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:22:52 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 142ms (ActiveRecord: 3.2ms) ActionView::MissingTemplate (Missing template layouts/adeia/application with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/khcr/Projets/Web/adeia/spec/test_app/app/views" * "/Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views" * "/Users/khcr/Projets/Web/adeia/app/views" ): actionview (4.2.4) lib/action_view/path_set.rb:46:in `find' actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:93:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `block in find_layout' actionview (4.2.4) lib/action_view/lookup_context.rb:242:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `find_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:60:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (83.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:23:33 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:23:34 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:23:39 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.7ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (71.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (88.3ms) Completed 200 OK in 448ms (Views: 344.4ms | ActiveRecord: 5.3ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 16:23:40 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 16:23:40 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 16:23:40 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 16:23:40 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 16:23:40 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 16:23:40 +0100 Started GET "/adeia/permissions?direction=asc&page=1&sort=id" for ::1 at 2015-10-26 16:23:42 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (1.0ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (34.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (39.4ms) Completed 200 OK in 94ms (Views: 84.7ms | ActiveRecord: 2.0ms) Started GET "/adeia/permissions?direction=desc&page=1&sort=id" for ::1 at 2015-10-26 16:23:42 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"direction"=>"desc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (30.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (35.1ms) Completed 200 OK in 93ms (Views: 84.8ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:24:04 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:24:05 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:7:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:24:50 +0100 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.7ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (72.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (91.9ms) Completed 200 OK in 450ms (Views: 350.6ms | ActiveRecord: 4.3ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 16:24:51 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 16:24:51 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 16:24:51 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 16:24:51 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 16:24:51 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 16:24:51 +0100 Started GET "/adeia/permissions?utf8=%E2%9C%93&query=adeia&commit=Chercher" for ::1 at 2015-10-26 16:24:53 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"utf8"=>"✓", "query"=>"adeia", "commit"=>"Chercher"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (1.1ms)  (0.4ms) SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( element.name LIKE '%adeia%' OR adeia_permissions.id = 0) SQLite3::SQLException: no such column: element.name: SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( element.name LIKE '%adeia%' OR adeia_permissions.id = 0) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (25.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (30.2ms) Completed 500 Internal Server Error in 85ms (ActiveRecord: 1.2ms) ActionView::Template::Error (SQLite3::SQLException: no such column: element.name: SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( element.name LIKE '%adeia%' OR adeia_permissions.id = 0)): 17: 18: 19: 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/relation/calculations.rb:264:in `execute_simple_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:221:in `perform_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:127:in `calculate' activerecord (4.2.4) lib/active_record/relation/calculations.rb:42:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:97:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:95:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:113:in `empty?' activerecord (4.2.4) lib/active_record/relation.rb:278:in `any?' snaptable (0.8.3) app/views/snaptable/base.html.erb:20:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1831966782861823498_70231436040000' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:6:in `present' snaptable (0.8.3) app/views/snaptable/sort.js.erb:1:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_sort_js_erb__2459016831196221665_70231437183500' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:12:in `block (2 levels) in respond' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (41.5ms) Started GET "/adeia/permissions?utf8=%E2%9C%93&query=adeia&commit=Chercher" for ::1 at 2015-10-26 16:24:57 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"utf8"=>"✓", "query"=>"adeia", "commit"=>"Chercher"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.4ms) SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( element.name LIKE '%adeia%' OR adeia_permissions.id = 0) SQLite3::SQLException: no such column: element.name: SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( element.name LIKE '%adeia%' OR adeia_permissions.id = 0) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (18.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (21.8ms) Completed 500 Internal Server Error in 80ms (ActiveRecord: 1.4ms) ActionView::Template::Error (SQLite3::SQLException: no such column: element.name: SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( element.name LIKE '%adeia%' OR adeia_permissions.id = 0)): 17: 18: 19: 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/relation/calculations.rb:264:in `execute_simple_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:221:in `perform_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:127:in `calculate' activerecord (4.2.4) lib/active_record/relation/calculations.rb:42:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:97:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:95:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:113:in `empty?' activerecord (4.2.4) lib/active_record/relation.rb:278:in `any?' snaptable (0.8.3) app/views/snaptable/base.html.erb:20:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1831966782861823498_70231436040000' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:6:in `present' snaptable (0.8.3) app/views/snaptable/sort.js.erb:1:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_sort_js_erb__2459016831196221665_70231437183500' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:12:in `block (2 levels) in respond' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (41.7ms) Started GET "/adeia/permissions?utf8=%E2%9C%93&query=adeia&commit=Chercher" for ::1 at 2015-10-26 16:25:03 +0100 Processing by Adeia::PermissionsController#index as HTML Parameters: {"utf8"=>"✓", "query"=>"adeia", "commit"=>"Chercher"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( element.name LIKE '%adeia%' OR adeia_permissions.id = 0) SQLite3::SQLException: no such column: element.name: SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( element.name LIKE '%adeia%' OR adeia_permissions.id = 0) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (22.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (25.6ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 1.7ms) ActionView::Template::Error (SQLite3::SQLException: no such column: element.name: SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( element.name LIKE '%adeia%' OR adeia_permissions.id = 0)): 17: 18: 19: 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/relation/calculations.rb:264:in `execute_simple_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:221:in `perform_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:127:in `calculate' activerecord (4.2.4) lib/active_record/relation/calculations.rb:42:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:97:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:95:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:113:in `empty?' activerecord (4.2.4) lib/active_record/relation.rb:278:in `any?' snaptable (0.8.3) app/views/snaptable/base.html.erb:20:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1831966782861823498_70231431760140' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:6:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__4591334801487426604_70231435627200' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (81.1ms) Started GET "/adeia/permissions?utf8=%E2%9C%93&query=adeia&commit=Chercher" for ::1 at 2015-10-26 16:25:16 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML Parameters: {"utf8"=>"✓", "query"=>"adeia", "commit"=>"Chercher"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.8ms)  (0.4ms) SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( adeia_element.name LIKE '%adeia%' OR adeia_permissions.id = 0) SQLite3::SQLException: no such column: adeia_element.name: SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( adeia_element.name LIKE '%adeia%' OR adeia_permissions.id = 0) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (24.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (41.5ms) Completed 500 Internal Server Error in 162ms (ActiveRecord: 3.8ms) ActionView::Template::Error (SQLite3::SQLException: no such column: adeia_element.name: SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE ( adeia_element.name LIKE '%adeia%' OR adeia_permissions.id = 0)): 17: 18: 19: 20: <% if presenter.records.any? %> 21: <% presenter.records.each do |record| %> 22: 23: <% presenter.values(record).each do |value| %> sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/relation/calculations.rb:264:in `execute_simple_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:221:in `perform_calculation' activerecord (4.2.4) lib/active_record/relation/calculations.rb:127:in `calculate' activerecord (4.2.4) lib/active_record/relation/calculations.rb:42:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:97:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:95:in `count' will_paginate (3.0.7) lib/will_paginate/active_record.rb:113:in `empty?' activerecord (4.2.4) lib/active_record/relation.rb:278:in `any?' snaptable (0.8.3) app/views/snaptable/base.html.erb:20:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___1983532980698411774_70093488170640' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:6:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb___457102948775409515_70093488509760' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.3) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (102.2ms) Started GET "/adeia/permissions?utf8=%E2%9C%93&query=adeia&commit=Chercher" for ::1 at 2015-10-26 16:25:36 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML Parameters: {"utf8"=>"✓", "query"=>"adeia", "commit"=>"Chercher"} User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.5ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.7ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE (adeia_elements.name LIKE '%adeia%' OR adeia_permissions.id = 0) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE (adeia_elements.name LIKE '%adeia%' OR adeia_permissions.id = 0) ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (72.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (95.7ms) Completed 200 OK in 534ms (Views: 409.8ms | ActiveRecord: 7.2ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 16:25:37 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 16:25:37 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 16:25:37 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 16:25:37 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 16:25:37 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 16:25:37 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-26 16:25:40 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (40.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (43.6ms) Completed 200 OK in 117ms (Views: 107.3ms | ActiveRecord: 2.1ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 16:25:41 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 16:25:41 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 16:25:41 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 16:25:41 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 16:25:41 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 16:25:41 +0100 Started GET "/adeia/permissions?utf8=%E2%9C%93&query=adeia&commit=Chercher" for ::1 at 2015-10-26 16:25:43 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"utf8"=>"✓", "query"=>"adeia", "commit"=>"Chercher"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE (adeia_elements.name LIKE '%adeia%' OR adeia_permissions.id = 0) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE (adeia_elements.name LIKE '%adeia%' OR adeia_permissions.id = 0) ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (32.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (39.2ms) Completed 200 OK in 94ms (Views: 86.0ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions?utf8=%E2%9C%93&query=articles&commit=Chercher" for ::1 at 2015-10-26 16:25:48 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"utf8"=>"✓", "query"=>"articles", "commit"=>"Chercher"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE (adeia_elements.name LIKE '%articles%' OR adeia_permissions.id = 0) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE (adeia_elements.name LIKE '%articles%' OR adeia_permissions.id = 0) ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (33.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (37.9ms) Completed 200 OK in 92ms (Views: 81.3ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions?utf8=%E2%9C%93&query=&commit=Chercher" for ::1 at 2015-10-26 16:25:51 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"utf8"=>"✓", "query"=>"", "commit"=>"Chercher"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (38.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (42.9ms) Completed 200 OK in 88ms (Views: 79.9ms | ActiveRecord: 1.7ms) Started GET "/adeia/permissions?direction=asc&page=1&query=&sort=id" for ::1 at 2015-10-26 16:25:53 +0100 Processing by Adeia::PermissionsController#index as JS Parameters: {"direction"=>"asc", "page"=>"1", "query"=>"", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id asc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (31.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/sort.js.erb (37.4ms) Completed 200 OK in 83ms (Views: 76.5ms | ActiveRecord: 1.4ms) Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY "adeia_permissions"."id" ASC LIMIT 1 Started GET "/adeia/permissions" for ::1 at 2015-10-26 18:33:51 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (1.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (1.6ms)  (0.6ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (118.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (140.2ms) Completed 200 OK in 733ms (Views: 566.9ms | ActiveRecord: 10.7ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 18:33:53 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 18:33:53 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 18:33:53 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 18:33:53 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 18:33:53 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 18:33:53 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:33:54 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (38.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (43.0ms) Completed 200 OK in 109ms (Views: 107.7ms | ActiveRecord: 1.1ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:36:48 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (26.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (30.5ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.4ms) ActionView::Template::Error (["User", "Group"] is not a symbol nor a string): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, ["User", "Group"], :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129051264040' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129051264040' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (78.3ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:38:49 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (10.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (14.4ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129091917600' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129091917600' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (89.0ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:38:51 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.7ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129091917600' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129091917600' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:39:19 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (12.6ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129091917600' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129091917600' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.2ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:39:26 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (8.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (12.0ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `.model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, ".model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129093400720' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129093400720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (73.2ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:39:30 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (11.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (15.4ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129061769480' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129061769480' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (76.3ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:39:46 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (10.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (13.5ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `class.model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "class.model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129092265460' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129092265460' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.1ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:39:47 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (9.5ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `class.model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "class.model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129092265460' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129092265460' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.0ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:39:48 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (9.7ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `class.model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "class.model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129092265460' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129092265460' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (73.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:08 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (8.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (11.4ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129053791600' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129053791600' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.8ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:09 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.6ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129053791600' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129053791600' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (75.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:09 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.2ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129053791600' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129053791600' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.7ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:29 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (8.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (11.9ms) Completed 200 OK in 63ms (Views: 61.9ms | ActiveRecord: 0.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 18:40:30 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 18:40:30 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 18:40:30 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 18:40:30 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 18:40:30 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 18:40:30 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:35 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.5ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (9.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (13.1ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129106932140' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129106932140' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (75.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:44 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.5ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `human' for :model_name:Symbol): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :model_name.human, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129052000880' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129052000880' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (76.5ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:45 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.1ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `human' for :model_name:Symbol): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :model_name.human, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129052000880' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129052000880' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (18.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.5ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:52 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.8ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.1ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:53 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.4ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.3ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:53 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (13.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.8ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.0ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:54 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.0ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (79.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:54 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (11.2ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (78.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:40:54 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (8.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (11.9ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `model_name.human' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, "model_name.human", :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129094018920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.4ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:44:45 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.7ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.9ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (54.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (63.6ms) Completed 500 Internal Server Error in 114ms (ActiveRecord: 4.0ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129086120540' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129086120540' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (77.1ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:44:48 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.9ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129086120540' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___4390967543051621005_70129086120540' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___2359712392136747476_70129091543320' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.2ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:45:06 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (86.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (120.4ms) Completed 500 Internal Server Error in 162ms (ActiveRecord: 1.6ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3109865347768992828_70182833455120' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (90.4ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:45:26 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (37.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (42.5ms) Completed 500 Internal Server Error in 72ms (ActiveRecord: 2.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3109865347768992828_70182833455120' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (74.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:45:28 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (11.0ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3109865347768992828_70182833455120' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (93.0ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:45:29 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (8.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (13.0ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3109865347768992828_70182833455120' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (79.2ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:45:29 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.3ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3109865347768992828_70182833455120' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (82.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:45:29 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (8.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (12.3ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___1727486324013743844_70182833558280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3109865347768992828_70182833455120' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (20.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (98.0ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:45:37 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (60.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (87.7ms) Completed 500 Internal Server Error in 126ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__1210161618051339115_70116457986480' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__1210161618051339115_70116457986480' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3012687651021989820_70116453071380' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (94.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:45:51 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (10.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (13.7ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__1210161618051339115_70116457457280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__1210161618051339115_70116457457280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3012687651021989820_70116453071380' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.6ms) User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:46:33 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (62.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (96.8ms) Completed 500 Internal Server Error in 139ms (ActiveRecord: 1.6ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__406910028198633195_70102240249060' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (87.8ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:47:03 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (31.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (36.5ms) Completed 500 Internal Server Error in 61ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__406910028198633195_70102240249060' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.8ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:47:05 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.4ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__406910028198633195_70102240249060' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (74.2ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:47:11 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (24.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (29.2ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__406910028198633195_70102240249060' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (77.0ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:47:11 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.6ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__406910028198633195_70102240249060' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.4ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:47:11 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (11.1ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__3516087861652736612_70102240562280' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__406910028198633195_70102240249060' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (67.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:47:18 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (63.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (98.0ms) Completed 500 Internal Server Error in 140ms (ActiveRecord: 2.1ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__2103816070865948915_70213113921640' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__2103816070865948915_70213113921640' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___1234043197158083542_70213113580780' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (86.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:47:22 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (8.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (11.3ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__2103816070865948915_70213113921640' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__2103816070865948915_70213113921640' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb___1234043197158083542_70213113580780' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.2ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:05 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (62.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (98.4ms) Completed 500 Internal Server Error in 142ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048512920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048512920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (88.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:07 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (10.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (13.7ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048512920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048512920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (75.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:07 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (9.4ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048512920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048512920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:07 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.0ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User, Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048512920' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048512920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (67.1ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:14 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.5ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:15 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (9.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (13.1ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (78.8ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:15 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (9.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (13.5ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.0ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:16 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (8.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (12.2ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.8ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:16 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (6.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.4ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299073723720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (67.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:19 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (8.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (12.2ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ User], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299045432860' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299045432860' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:27 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" Adeia::Group Load (1.0ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (9.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (13.3ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (75.2ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:28 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (11.0ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (78.8ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:28 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (10.4ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (83.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:28 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (10.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (17.1ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (74.7ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:29 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (9.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (12.5ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `human_name' for #): 4: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> 5: 6: <%= f.label :global_owner %> 7: <%= f.grouped_collection_select :global_owner, [ Adeia::Group ], :all, :human_name, :to_global_id, :name %> 8: 9: <%= f.label :read_right %> 10: <%= f.check_box :read_right %> activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:26:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:459:in `block in option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:455:in `option_groups_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/grouped_collection_select.rb:23:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:258:in `grouped_collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:801:in `grouped_collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:7:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb__4164747021236938228_70299048187960' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__3373207543570508110_70299077920580' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.4ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:39 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" Adeia::Group Load (0.8ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (27.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (31.2ms) Completed 200 OK in 344ms (Views: 326.5ms | ActiveRecord: 2.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 18:48:40 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 18:48:40 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 18:48:40 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 18:48:40 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 18:48:40 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 18:48:40 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 18:48:55 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (30.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (34.8ms) Completed 200 OK in 90ms (Views: 71.1ms | ActiveRecord: 2.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 18:48:55 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 18:48:55 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 18:48:55 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 18:48:55 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 18:48:55 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 18:48:55 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 19:55:20 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (1.0ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (29.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (36.6ms) Completed 200 OK in 116ms (Views: 107.0ms | ActiveRecord: 1.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 19:55:20 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 19:55:20 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 19:55:20 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 19:55:20 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 19:55:20 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 19:55:21 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 19:55:38 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (9.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (16.1ms) Completed 200 OK in 78ms (Views: 77.2ms | ActiveRecord: 0.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 19:55:38 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 19:55:38 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 19:55:38 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 19:55:38 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 19:55:38 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 19:55:38 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 19:57:27 +0100 Processing by Adeia::PermissionsController#new as HTML Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (44.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (64.7ms) Completed 200 OK in 150ms (Views: 123.5ms | ActiveRecord: 2.7ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-26 19:57:28 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-26 19:57:28 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-26 19:57:28 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-26 19:57:28 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-26 19:57:28 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-26 19:57:28 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-26 23:31:43 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (54.3ms) Completed 500 Internal Server Error in 110ms (ActiveRecord: 1.2ms) ActionView::Template::Error (Missing partial adeia/permissions/_error_messages, adeia/application/_error_messages with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/khcr/Projets/Web/adeia/spec/test_app/app/views" * "/Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views" * "/Users/khcr/Projets/Web/adeia/app/views" ): 1: <%= form_for @permission do |f| %> 2: 3: <%= render 'error_messages', object: f.object %> 4: 5: <%= f.label :element_id %> 6: <%= f.collection_select :element_id, Adeia::Element.all, :id, :name %> actionview (4.2.4) lib/action_view/path_set.rb:46:in `find' actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:3:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___3668227633369583271_70154227101660' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___3668227633369583271_70154227101660' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_new_html_erb__2265792678397395036_70154258775440' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (16.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (98.1ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:22:29 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (39.0ms) Adeia::Element Load (2.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (1.0ms) SELECT "users".* FROM "users" Adeia::Group Load (0.8ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (265.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (271.0ms) Completed 200 OK in 621ms (Views: 610.5ms | ActiveRecord: 5.7ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:22:30 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:22:30 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:22:30 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:22:30 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:22:30 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:22:30 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:22:30 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:22:32 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IYh5jLSo79J19+lwHBo+ww/X0Q60D7KTmqqB2L2a9jQw1KJvQAVXDpoZmRJvDsvmu8mt7xH+vm6GP1bxm/8GDg==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.9ms) NoMethodError (undefined method `_destroy' for "0":String): /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:25:in `block in actions_attributes=' activesupport (4.2.4) lib/active_support/hash_with_indifferent_access.rb:245:in `reject!' activesupport (4.2.4) lib/active_support/hash_with_indifferent_access.rb:245:in `block in reject' activesupport (4.2.4) lib/active_support/hash_with_indifferent_access.rb:245:in `tap' activesupport (4.2.4) lib/active_support/hash_with_indifferent_access.rb:245:in `reject' /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:25:in `actions_attributes=' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `public_send' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `block in assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `each' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:45:in `assign_attributes' activerecord (4.2.4) lib/active_record/core.rb:564:in `init_attributes' activerecord (4.2.4) lib/active_record/core.rb:281:in `initialize' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:17:in `create' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.3ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:23:11 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.4ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (66.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (70.7ms) Completed 200 OK in 141ms (Views: 119.5ms | ActiveRecord: 3.7ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:23:11 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:23:11 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:23:12 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:23:12 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:23:12 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:23:12 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:23:12 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:23:13 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U9GCiu1dz3hdcalxkmJjn8HCyUbxbrV4jGflWpwbMp5CjVlpGfB3pLKf2RPhdpa6ddy1p1SfuYWQ8jJzun7CpA==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `_destroy' for "0":String): /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:26:in `block in actions_attributes=' activesupport (4.2.4) lib/active_support/hash_with_indifferent_access.rb:245:in `reject!' activesupport (4.2.4) lib/active_support/hash_with_indifferent_access.rb:245:in `block in reject' activesupport (4.2.4) lib/active_support/hash_with_indifferent_access.rb:245:in `tap' activesupport (4.2.4) lib/active_support/hash_with_indifferent_access.rb:245:in `reject' /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:26:in `actions_attributes=' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `public_send' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `block in assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `each' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:45:in `assign_attributes' activerecord (4.2.4) lib/active_record/core.rb:564:in `init_attributes' activerecord (4.2.4) lib/active_record/core.rb:281:in `initialize' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:17:in `create' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.7ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:25:17 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (56.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (61.3ms) Completed 200 OK in 132ms (Views: 111.6ms | ActiveRecord: 2.8ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:25:18 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:25:18 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:25:18 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:25:18 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:25:18 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:25:18 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:25:18 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:25:19 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KbLX3xdN8DjRxb57aCWx13bledlOjgJbqg5vD7L6cWU47gw84+BI5D4rzhkbMUTywvsFOOt/Dqa2m7gmlJ+BXw==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms) TypeError (no implicit conversion of Symbol into Integer): /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:26:in `[]' /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:26:in `block in actions_attributes=' actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair' actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair' /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:25:in `map' /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:25:in `actions_attributes=' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `public_send' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `block in assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `each' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:45:in `assign_attributes' activerecord (4.2.4) lib/active_record/core.rb:564:in `init_attributes' activerecord (4.2.4) lib/active_record/core.rb:281:in `initialize' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:17:in `create' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.3ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:28:05 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (54.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (59.6ms) Completed 200 OK in 134ms (Views: 119.4ms | ActiveRecord: 2.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:28:05 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:28:05 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:28:05 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:28:05 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:28:05 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:28:05 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:28:05 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:28:06 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bXsvXagjK5gylnpHml8jGMVvAip7GNu16Ze2K9ajR+l8J/S+XI6TRN14CiXpS9Y9cXF+y97p10j1AmEC8Ma30w==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (1.5ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (2.3ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (19.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (23.7ms) Completed 200 OK in 96ms (Views: 67.9ms | ActiveRecord: 3.1ms) Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:45:54 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bXsvXagjK5gylnpHml8jGMVvAip7GNu16Ze2K9ajR+l8J/S+XI6TRN14CiXpS9Y9cXF+y97p10j1AmEC8Ma30w==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.7ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (2.3ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (32.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (36.4ms) Completed 200 OK in 231ms (Views: 107.7ms | ActiveRecord: 5.1ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:46:31 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (51.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (54.5ms) Completed 200 OK in 111ms (Views: 92.6ms | ActiveRecord: 2.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:46:31 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:46:31 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:46:31 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:46:31 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:46:31 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:46:31 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:46:31 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:46:32 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yr2leM4F8PIzAhuUloHOncS1uRnP0jxImYquhXlW9Itz4X6bOqhILtzsa/bllTu4cKvF+GojMLWFH3msXzMEsQ==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (2.4ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (22.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (25.2ms) Completed 200 OK in 77ms (Views: 66.7ms | ActiveRecord: 1.1ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:46:46 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (54.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (57.8ms) Completed 200 OK in 122ms (Views: 104.5ms | ActiveRecord: 2.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:46:47 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:46:47 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:46:47 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:46:47 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:46:47 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:46:47 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:46:47 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:46:47 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3Ry4KVPLcXGoAtfa0HSVAUkXNQAcFS/HdYOQHSypHifMQGPKp2bJrUfsp7ijYGAk/QlJ4bnkIzppFkc0CszuHQ==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (2.4ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (20.4ms) Completed 200 OK in 79ms (Views: 61.4ms | ActiveRecord: 1.6ms) Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:46:55 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pukIvQamvoNlJosplBLpQEcMwLpaY2/5pnQOvt3Jcia3tdNe8gsGX4rI+0vnBhxl8xK8W/+SYwS64dmX+6yCHA==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}, "1"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (1.7ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (17.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (20.3ms) Completed 200 OK in 77ms (Views: 61.4ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:55:26 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.2ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (134.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (139.6ms) Completed 200 OK in 281ms (Views: 207.7ms | ActiveRecord: 4.1ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:55:26 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:55:26 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:55:26 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:55:26 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:55:26 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:55:27 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:55:27 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:55:28 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3uovL/Q704XFQKFj1/2bREljCZ7DQV2i8/wMYuulc9fPtvTMAJZrWSqu0QGk6W5h/X11f2awUV/vadtLzcCD7Q==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.3ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.5ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (3.8ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.4ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (22.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (28.2ms) Completed 200 OK in 106ms (Views: 73.2ms | ActiveRecord: 2.8ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:55:39 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.9ms) Completed 200 OK in 64ms (Views: 63.0ms | ActiveRecord: 0.4ms) Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:55:39 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:55:39 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:55:39 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:55:39 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:55:39 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:55:39 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:55:39 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:55:39 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (18.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (22.0ms) Completed 200 OK in 89ms (Views: 87.6ms | ActiveRecord: 0.7ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:55:39 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (22.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (28.1ms) Completed 200 OK in 84ms (Views: 82.8ms | ActiveRecord: 0.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:55:40 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:55:41 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YCkcHWfL7Pqhome1RYGXSplc/t+FnCQsjqqkmu4hYvBxdcf+k2ZUJk5MF9c2lWJvLUKCPiBtKNGSP3OzyESSyg==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (2.2ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (17.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (21.6ms) Completed 200 OK in 84ms (Views: 70.1ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 13:55:45 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (14.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (18.0ms) Completed 200 OK in 78ms (Views: 77.6ms | ActiveRecord: 0.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 13:55:45 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 13:55:45 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 13:55:45 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 13:55:45 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 13:55:45 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 13:55:45 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 13:55:45 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:57:21 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zO0KKx35AT9TyUY2h43qMQGTeijNFs23/5rsERva9w/dsdHI6VS547wnNlT0mR8UtY0GyWjnwUrjDzs4Pb8HNQ==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (2.5ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (27.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (32.8ms) Completed 200 OK in 146ms (Views: 79.1ms | ActiveRecord: 3.8ms) Started POST "/adeia/permissions" for ::1 at 2015-10-27 13:57:44 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"w0m575ax05a9vKzxKvtKV6VPbrR2x4/cMU73MEJOY0bSFWIMYhxrSlJS3JNZ779yEVESVdM2gyEt2yAZZCuTfA==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}, "1"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (2.6ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (19.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (22.9ms) Completed 200 OK in 89ms (Views: 71.5ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:08:46 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.2ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (76.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (82.3ms) Completed 200 OK in 168ms (Views: 146.3ms | ActiveRecord: 2.8ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:08:47 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:08:47 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:08:47 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:08:47 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:08:47 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:08:47 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:08:47 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:08:48 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"49ffoOJMjVZfrVOaUiuz+iAF6OqacEMeNJ7EfZHCZcvyiwRDFuE1irBDI/ghP0bflBuUCz+BT+MoCxNUt6eV8Q==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 11ms (ActiveRecord: 1.0ms) ActiveRecord::AssociationTypeMismatch (Action(#70154273610720) expected, got Array(#70154218540200)): activerecord (4.2.4) lib/active_record/associations/association.rb:218:in `raise_on_type_mismatch!' activerecord (4.2.4) lib/active_record/associations/collection_association.rb:365:in `block in replace' activerecord (4.2.4) lib/active_record/associations/collection_association.rb:365:in `each' activerecord (4.2.4) lib/active_record/associations/collection_association.rb:365:in `replace' activerecord (4.2.4) lib/active_record/associations/collection_association.rb:47:in `writer' activerecord (4.2.4) lib/active_record/associations/builder/association.rb:123:in `actions=' /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:25:in `actions_attributes=' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `public_send' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `block in assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `each' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:45:in `assign_attributes' activerecord (4.2.4) lib/active_record/core.rb:564:in `init_attributes' activerecord (4.2.4) lib/active_record/core.rb:281:in `initialize' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:17:in `create' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.7ms) Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:08:57 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"49ffoOJMjVZfrVOaUiuz+iAF6OqacEMeNJ7EfZHCZcvyiwRDFuE1irBDI/ghP0bflBuUCz+BT+MoCxNUt6eV8Q==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (2.5ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (29.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (32.6ms) Completed 200 OK in 159ms (Views: 90.2ms | ActiveRecord: 4.1ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:08:57 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:08:57 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:08:57 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:08:57 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:08:57 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:08:57 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:08:57 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:09:33 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (60.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (66.1ms) Completed 200 OK in 123ms (Views: 108.9ms | ActiveRecord: 2.7ms) Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:09:33 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:09:33 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:09:33 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:09:33 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:09:33 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:09:33 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:09:33 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:09:34 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"74DxHH1y5OJlSEgjmWAAomN63GqMPrCPGScAiwcTiZL+3Cr/id9cPoqmOEHqdPWH12SgiynPvHIFsteiIXZ5qA==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (1.7ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.1ms) Completed 200 OK in 79ms (Views: 60.3ms | ActiveRecord: 1.7ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:09:53 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (48.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (53.0ms) Completed 200 OK in 111ms (Views: 91.6ms | ActiveRecord: 2.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:09:53 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:09:53 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:09:53 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:09:53 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:09:53 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:09:53 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:09:53 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:09:54 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zG3V0+V0UiNtXD+hp/woCYtrxe7BePa8oTLThAzVYN/dMQ4wEdnq/4KyT8PU6N0sP3W5D2SJ+kG9pwStKrCQ5Q==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (2.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (18.9ms) Completed 200 OK in 85ms (Views: 66.6ms | ActiveRecord: 1.5ms) Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:11:01 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zG3V0+V0UiNtXD+hp/woCYtrxe7BePa8oTLThAzVYN/dMQ4wEdnq/4KyT8PU6N0sP3W5D2SJ+kG9pwStKrCQ5Q==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (1.8ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (22.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (26.0ms) Completed 200 OK in 141ms (Views: 76.1ms | ActiveRecord: 3.5ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:14:16 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.8ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (54.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (85.7ms) Completed 200 OK in 163ms (Views: 143.2ms | ActiveRecord: 2.7ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:14:16 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:14:16 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:14:16 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:14:16 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:14:16 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:14:16 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:14:16 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:14:18 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"d23uqGHKiMW7HBEjJDHaUrvPnyZVmKBZvpbCPyHOj6xmMTVLlWcwGVTyYUFXJS93D9Hjx/BprKSiAxUWB6t/lg==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (1.3ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.8ms) Completed 200 OK in 83ms (Views: 64.0ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:15:01 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (51.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (64.2ms) Completed 200 OK in 140ms (Views: 120.7ms | ActiveRecord: 2.8ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:15:02 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:15:02 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:15:02 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:15:02 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:15:02 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:15:02 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:15:02 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:15:03 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rdLmdlws3AAj3VnCCP1S6VgINtIavD1Np0m+o/3vBUS8jj2VqIFk3MwzKaB76afM7BZKM79NMbC73GmK24r1fg==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (1.3ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (21.1ms) Completed 200 OK in 84ms (Views: 64.2ms | ActiveRecord: 1.5ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:16:08 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (58.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (64.9ms) Completed 200 OK in 130ms (Views: 114.2ms | ActiveRecord: 2.6ms) Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:16:08 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:16:08 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:16:08 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:16:08 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:16:08 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:16:08 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:16:08 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:16:09 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"t++dttM2dqcI2Nsu4GAuQ3VumW4kuiCoHipl/ANDPEums0ZVJ5vOe+c2q0yTdNtmwXDlj4FLLFUCv7LVJSbMcQ==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" WHERE "adeia_actions"."name" = ? LIMIT 1 [["name", ""]]  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (1.4ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (18.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (21.8ms) Completed 200 OK in 81ms (Views: 62.4ms | ActiveRecord: 1.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:16:16 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (54.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (58.4ms) Completed 200 OK in 121ms (Views: 99.7ms | ActiveRecord: 3.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:16:16 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:16:16 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:16:16 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:16:16 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:16:16 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:16:16 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:16:16 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:16:17 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bho1wKWdUzY3w7Vm8Rry5PSJbAARx22jZWY/3vaOjsZ/Ru4jUTDr6tgtxQSCDgfBQJcQ4bQ2YV558+j30Ot+/A==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms) NoMethodError (undefined method `cldfear' for #): /Users/khcr/Projets/Web/adeia/app/models/adeia/permission.rb:25:in `actions_attributes=' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `public_send' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `block in assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `each' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:65:in `assign_nested_parameter_attributes' activerecord (4.2.4) lib/active_record/attribute_assignment.rb:45:in `assign_attributes' activerecord (4.2.4) lib/active_record/core.rb:564:in `init_attributes' activerecord (4.2.4) lib/active_record/core.rb:281:in `initialize' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:17:in `create' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.2ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:20:25 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (59.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (64.2ms) Completed 200 OK in 157ms (Views: 132.2ms | ActiveRecord: 3.1ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:20:26 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:20:26 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:20:26 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:20:26 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:20:26 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:20:26 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:20:26 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:20:27 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NVkum8pjFstkUmBYxcnHkBIa8cV9UDoIJjkFDBTxxzckBfV4Ps6uF4u8EDq23TK1pgSNJNihNvU6rNIlMpQ3DQ==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (1.4ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (19.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (23.2ms) Completed 200 OK in 83ms (Views: 73.4ms | ActiveRecord: 1.2ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:20:33 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (56.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (60.1ms) Completed 200 OK in 120ms (Views: 103.8ms | ActiveRecord: 2.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:20:33 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:20:33 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:20:33 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:20:33 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:20:33 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:20:33 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:20:33 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:20:34 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"uUSsCLaGRQ3PSf/pV6ODNjAsUDbzabJrc0VfAmVYgN6oGHfrQiv90SCnj4skt3YThDIs11aYvpZv0IgrQz1w5A==", "permission"=>{"element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.8ms) Adeia::Element Load (0.5ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (18.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (21.7ms) Completed 200 OK in 86ms (Views: 76.8ms | ActiveRecord: 1.3ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:22:55 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (72.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (76.8ms) Completed 200 OK in 147ms (Views: 126.7ms | ActiveRecord: 2.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:22:55 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:22:55 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:22:55 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:22:55 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:22:55 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:22:55 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:22:55 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:25:47 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.2ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (60.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (79.3ms) Completed 200 OK in 161ms (Views: 139.9ms | ActiveRecord: 3.0ms) Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:25:47 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:25:47 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:25:47 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:25:47 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:25:47 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:25:47 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:25:47 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:25:55 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (53.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (64.1ms) Completed 200 OK in 125ms (Views: 106.3ms | ActiveRecord: 2.9ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:25:55 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:25:55 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:25:55 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:25:55 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:25:55 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:25:55 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:25:55 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:25:56 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (17.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (20.5ms) Completed 200 OK in 75ms (Views: 74.0ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:25:56 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.4ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (28.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (32.1ms) Completed 200 OK in 79ms (Views: 77.6ms | ActiveRecord: 0.9ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:25:56 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:25:57 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:25:57 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:25:57 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:25:57 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:26:01 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (48.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (59.9ms) Completed 200 OK in 123ms (Views: 107.1ms | ActiveRecord: 2.3ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:26:01 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:26:01 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:26:01 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:26:01 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:26:01 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:26:01 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:26:01 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:26:04 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (18.6ms) Completed 200 OK in 60ms (Views: 59.0ms | ActiveRecord: 0.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:26:05 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:26:05 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:26:05 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:26:05 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:26:05 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:26:05 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:26:05 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:29:16 +0100 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (3.5ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (123.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (152.1ms) Completed 200 OK in 432ms (Views: 403.8ms | ActiveRecord: 2.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:29:17 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:29:17 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:29:17 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:29:17 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:29:17 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:29:17 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:29:17 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:29:55 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (63.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (76.9ms) Completed 200 OK in 176ms (Views: 150.0ms | ActiveRecord: 3.1ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:29:55 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:29:55 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:29:55 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:29:55 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:29:55 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:29:55 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:29:55 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:30:13 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (62.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (74.8ms) Completed 200 OK in 137ms (Views: 115.3ms | ActiveRecord: 2.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:30:14 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:30:14 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:30:14 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:30:14 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:30:14 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:30:14 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:30:14 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:30:53 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (50.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (61.7ms) Completed 200 OK in 121ms (Views: 104.1ms | ActiveRecord: 2.8ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:30:53 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:30:53 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:30:53 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:30:53 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:30:53 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:30:53 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:30:53 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:30:53 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.5ms) Completed 200 OK in 65ms (Views: 64.0ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:30:53 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:30:53 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:30:54 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (27.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (30.8ms) Completed 200 OK in 77ms (Views: 76.7ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:30:54 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:30:59 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (52.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (66.4ms) Completed 200 OK in 120ms (Views: 104.5ms | ActiveRecord: 2.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:31:00 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.6ms) Completed 200 OK in 66ms (Views: 65.6ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:31:00 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:31:09 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (50.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (66.2ms) Completed 200 OK in 123ms (Views: 106.6ms | ActiveRecord: 2.7ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:31:09 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:31:09 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:31:09 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:31:09 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:31:09 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:31:09 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:31:09 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:31:10 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.2ms) Completed 200 OK in 62ms (Views: 60.9ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:31:10 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.5ms) Completed 200 OK in 63ms (Views: 62.4ms | ActiveRecord: 0.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:31:10 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (27.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (30.7ms) Completed 200 OK in 78ms (Views: 77.6ms | ActiveRecord: 0.4ms) Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:31:10 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:31:11 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:31:11 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:31:11 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:31:11 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:31:11 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:31:11 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:31:11 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:31:32 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.2ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (64.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (78.8ms) Completed 200 OK in 154ms (Views: 132.1ms | ActiveRecord: 2.6ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:31:33 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:31:33 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:31:33 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:31:33 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:31:33 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:31:33 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:31:33 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:31:50 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (61.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (75.9ms) Completed 200 OK in 137ms (Views: 119.3ms | ActiveRecord: 2.8ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:31:50 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:31:50 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:31:50 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:31:50 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:31:50 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:31:50 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:31:50 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:32:23 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (57.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (70.3ms) Completed 200 OK in 123ms (Views: 108.0ms | ActiveRecord: 2.7ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:32:23 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:32:23 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:32:23 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:32:23 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:32:23 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:32:23 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:32:23 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:32:32 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.4ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (64.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (73.4ms) Completed 200 OK in 129ms (Views: 111.9ms | ActiveRecord: 3.1ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:32:32 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:32:32 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:32:32 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:32:32 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:32:32 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:32:32 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:32:32 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:32:49 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (47.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (57.3ms) Completed 200 OK in 120ms (Views: 102.3ms | ActiveRecord: 2.9ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:32:50 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:32:50 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:32:50 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:32:50 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:32:50 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:32:50 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:32:50 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:33:07 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.2ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (59.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (78.8ms) Completed 200 OK in 162ms (Views: 129.0ms | ActiveRecord: 3.0ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:33:07 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:33:07 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:33:07 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:33:07 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:33:07 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:33:07 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:33:07 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:19 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (54.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (69.6ms) Completed 200 OK in 143ms (Views: 116.9ms | ActiveRecord: 2.8ms) Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:19 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:19 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:19 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:19 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:19 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:19 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:19 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:27 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (47.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (60.4ms) Completed 200 OK in 121ms (Views: 105.8ms | ActiveRecord: 2.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:27 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:27 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:27 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:28 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:28 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:28 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:28 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:29 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.7ms) Completed 200 OK in 71ms (Views: 70.0ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:29 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:29 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:29 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:29 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:29 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:29 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:29 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:33 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (65.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (78.7ms) Completed 200 OK in 145ms (Views: 127.2ms | ActiveRecord: 2.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:33 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:33 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:33 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:33 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:33 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:33 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:33 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:34 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (18.7ms) Completed 200 OK in 65ms (Views: 64.1ms | ActiveRecord: 0.4ms) Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:34 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (22.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (26.4ms) Completed 200 OK in 75ms (Views: 74.2ms | ActiveRecord: 0.7ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:34 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:52 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (56.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (65.5ms) Completed 200 OK in 127ms (Views: 111.8ms | ActiveRecord: 2.9ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:52 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:52 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:52 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:52 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:52 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:52 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:52 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:53 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (18.6ms) Completed 200 OK in 63ms (Views: 62.2ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:53 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (18.6ms) Completed 200 OK in 79ms (Views: 77.9ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:53 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:54 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (18.7ms) Completed 200 OK in 63ms (Views: 62.0ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:54 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (18.8ms) Completed 200 OK in 59ms (Views: 58.3ms | ActiveRecord: 0.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:54 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:34:59 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (59.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (68.6ms) Completed 200 OK in 126ms (Views: 110.4ms | ActiveRecord: 2.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:34:59 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:34:59 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:34:59 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:34:59 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:34:59 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:34:59 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:34:59 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:35:00 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (18.4ms) Completed 200 OK in 60ms (Views: 59.5ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:35:00 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.7ms) Completed 200 OK in 67ms (Views: 66.6ms | ActiveRecord: 0.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:35:00 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:35:01 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.2ms) Completed 200 OK in 64ms (Views: 63.8ms | ActiveRecord: 0.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:35:01 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (16.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.8ms) Completed 200 OK in 80ms (Views: 79.7ms | ActiveRecord: 0.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:35:01 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (25.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (29.6ms) Completed 200 OK in 77ms (Views: 76.0ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:35:01 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:35:01 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (24.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (27.9ms) Completed 200 OK in 77ms (Views: 75.9ms | ActiveRecord: 0.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:35:02 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (17.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (22.7ms) Completed 200 OK in 68ms (Views: 67.2ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:35:02 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:35:24 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (54.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (64.3ms) Completed 200 OK in 124ms (Views: 107.6ms | ActiveRecord: 2.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:35:25 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:35:25 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:35:25 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:35:25 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:35:25 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:35:25 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:35:25 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 14:35:27 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0yP0SVRo/fxky9i4q/Yiz0rscAlhdNmfJCEvLEm8gvzCfy+qoMVFIIslqNrY4tfq/vIM6MSF1WI4tPgFb9lyxg==", "permission"=>{"permission_type"=>"all_entries", "element_id"=>"1", "global_owner"=>"gid://dummy/User/1", "read_right"=>"0", "create_right"=>"0", "update_right"=>"0", "destroy_right"=>"0", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} Unpermitted parameter: permission_type User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.6ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (19.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (23.4ms) Completed 200 OK in 102ms (Views: 66.9ms | ActiveRecord: 1.1ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:35:46 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.0ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (15.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (19.0ms) Completed 200 OK in 66ms (Views: 65.2ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:35:46 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:35:46 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:35:46 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:35:46 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:35:46 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:35:46 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:35:46 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:36:43 +0100 Processing by Adeia::PermissionsController#new as HTML Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (56.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (73.6ms) Completed 200 OK in 141ms (Views: 125.0ms | ActiveRecord: 2.7ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:36:43 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:36:43 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:36:43 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:36:43 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:36:43 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:36:43 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:36:43 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:36:45 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.7ms)  (0.6ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (60.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (64.6ms) Completed 200 OK in 141ms (Views: 109.8ms | ActiveRecord: 4.8ms) Started GET "/adeia/permissions/2/edit" for ::1 at 2015-10-27 14:36:47 +0100 Processing by Adeia::PermissionsController#edit as HTML Parameters: {"id"=>"2"} Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (7.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/edit.html.erb within layouts/adeia (11.1ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: <%= form_for @permission do |f| %> 2: 3: <%= render 'error_messages', object: f.object %> 4: actionview (4.2.4) lib/action_view/helpers/form_helper.rb:432:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions__form_html_erb___3927743102702586290_70256747971540' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/edit.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_edit_html_erb__63939044114985370_70256750149440' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.7ms) Started GET "/adeia/permissions/2/edit" for ::1 at 2015-10-27 14:37:40 +0100 Processing by Adeia::PermissionsController#edit as HTML Parameters: {"id"=>"2"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:21:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:21:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.4ms) Started GET "/adeia/permissions/2/edit" for ::1 at 2015-10-27 14:37:42 +0100 Processing by Adeia::PermissionsController#edit as HTML Parameters: {"id"=>"2"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:21:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:21:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.1ms) Started GET "/adeia/permissions/2/edit" for ::1 at 2015-10-27 14:37:42 +0100 Processing by Adeia::PermissionsController#edit as HTML Parameters: {"id"=>"2"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:21:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:21:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.2ms) Started GET "/adeia/permissions/2/edit" for ::1 at 2015-10-27 14:37:48 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#edit as HTML Parameters: {"id"=>"2"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Permission Load (0.8ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.5ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (3.9ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Adeia::Action Exists (1.2ms) SELECT 1 AS one FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? LIMIT 1 [["permission_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (106.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/edit.html.erb within layouts/adeia (128.0ms) Completed 200 OK in 480ms (Views: 371.3ms | ActiveRecord: 7.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:37:49 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:37:49 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:37:49 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:37:49 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:37:49 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:37:49 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:37:49 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:40:16 +0100 Processing by Adeia::PermissionsController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:28:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:21:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:21:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:40:24 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Completed 500 Internal Server Error in 56ms (ActiveRecord: 0.7ms) Adeia::MissingParams (params id is missing !): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:36:in `rescue in load_resource' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:32:in `load_resource' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:22:in `load_and_authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:18:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (88.7ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:42:40 +0100 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.5ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (3.6ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (108.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (131.2ms) Completed 200 OK in 523ms (Views: 420.5ms | ActiveRecord: 5.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:42:41 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:42:41 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:42:41 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:42:41 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:42:41 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:42:41 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:42:41 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:42:45 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.9ms)  (0.6ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (40.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (45.6ms) Completed 200 OK in 120ms (Views: 106.0ms | ActiveRecord: 2.9ms) Started GET "/adeia/permissions/2/edit" for ::1 at 2015-10-27 14:42:47 +0100 Processing by Adeia::PermissionsController#edit as HTML Parameters: {"id"=>"2"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Adeia::Permission Load (1.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.2ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Adeia::Action Exists (1.1ms) SELECT 1 AS one FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? LIMIT 1 [["permission_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (35.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/edit.html.erb within layouts/adeia (41.3ms) Completed 200 OK in 126ms (Views: 112.8ms | ActiveRecord: 4.9ms) Started PATCH "/adeia/permissions/2" for ::1 at 2015-10-27 14:42:51 +0100 Processing by Adeia::PermissionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"fLMJ/kep+CM+qyGZ4Ru1wE0SwCQaFamOcMySGKzQpuJt79IdswRA/9FFUfuSD0Dl+Qy8xb/kpXNsWUUxirVW2A==", "permission"=>{"permission_type"=>"all_entries", "element_id"=>"2", "global_owner"=>"gid://dummy/User/1", "read_right"=>"1", "create_right"=>"1", "update_right"=>"1", "destroy_right"=>"1", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Update Permission", "id"=>"2"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Unpermitted parameter: permission_type  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]]  (0.1ms) commit transaction Redirected to http://localhost:3000/adeia/permissions Completed 302 Found in 17ms (ActiveRecord: 1.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:42:51 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.2ms)  (4.6ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (38.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (43.1ms) Completed 200 OK in 99ms (Views: 85.8ms | ActiveRecord: 6.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:43:20 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (28.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (32.4ms) Completed 200 OK in 80ms (Views: 72.8ms | ActiveRecord: 1.6ms) Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:43:20 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:43:20 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:43:20 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:43:20 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:43:20 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:43:20 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:43:20 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:45:31 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (70.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:45:39 +0100 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.8ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (72.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (89.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.9ms) Completed 200 OK in 562ms (Views: 444.9ms | ActiveRecord: 7.3ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:45:40 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:45:40 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:45:40 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 14:45:41 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:45:41 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:45:41 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:45:41 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:45:41 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:46:23 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (78.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:46:24 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (89.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:46:30 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.9ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (1.6ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (77.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (94.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Completed 200 OK in 504ms (Views: 387.3ms | ActiveRecord: 6.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:46:31 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (36.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (38.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 97ms (Views: 89.6ms | ActiveRecord: 1.9ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:46:31 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:46:31 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:46:31 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:46:31 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:46:31 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:46:31 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:46:31 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 14:46:31 +0100 Started GET "/adeia/permissions/2/edit" for ::1 at 2015-10-27 14:46:33 +0100 Processing by Adeia::PermissionsController#edit as HTML Parameters: {"id"=>"2"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (4.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Adeia::Action Exists (0.9ms) SELECT 1 AS one FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? LIMIT 1 [["permission_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (61.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/edit.html.erb within layouts/adeia (68.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 154ms (Views: 143.7ms | ActiveRecord: 3.2ms) Started PATCH "/adeia/permissions/2" for ::1 at 2015-10-27 14:46:35 +0100 Processing by Adeia::PermissionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xs4vdDhhRoNcCHGfHGjx8M5edp/Pwfooo6JZUN3lVzpPkvSXzMz+X7PmAf1vfATVekAKfmow9tW/N455+4CnAA==", "permission"=>{"permission_type"=>"all_entries", "element_id"=>"2", "global_owner"=>"gid://dummy/User/1", "read_right"=>"1", "create_right"=>"1", "update_right"=>"1", "destroy_right"=>"1", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Update Permission", "id"=>"2"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Unpermitted parameter: permission_type  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]]  (0.1ms) commit transaction Redirected to http://localhost:3000/adeia/permissions Completed 302 Found in 23ms (ActiveRecord: 1.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:46:35 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (1.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (39.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (42.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.3ms) Completed 200 OK in 142ms (Views: 127.7ms | ActiveRecord: 2.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:46:57 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:46:58 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:46:58 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:46:58 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:47:05 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.9ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (77.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (95.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Completed 200 OK in 521ms (Views: 413.9ms | ActiveRecord: 7.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:47:05 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (42.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (45.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Completed 200 OK in 113ms (Views: 103.4ms | ActiveRecord: 1.8ms) Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:47:06 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:47:06 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:47:06 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:47:06 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 14:47:06 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:47:06 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:47:06 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:47:06 +0100 Started GET "/adeia/permissions/2/edit" for ::1 at 2015-10-27 14:47:07 +0100 Processing by Adeia::PermissionsController#edit as HTML Parameters: {"id"=>"2"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.4ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (5.4ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Adeia::Action Exists (0.7ms) SELECT 1 AS one FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? LIMIT 1 [["permission_id", 2]]  (0.3ms) SELECT COUNT(*) FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (91.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/edit.html.erb within layouts/adeia (97.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 174ms (Views: 159.7ms | ActiveRecord: 3.9ms) Started PATCH "/adeia/permissions/2" for ::1 at 2015-10-27 14:47:09 +0100 Processing by Adeia::PermissionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OlJMbfviFxSzbg0H3a9iTNW7mx1s2PM+VRdi96KqXborDpeOD0+vyFyAfWWuu5dpYaXn/Mkp/8NJgrXehM+tgA==", "permission"=>{"permission_type"=>"all_entries", "element_id"=>"2", "global_owner"=>"gid://dummy/User/1", "read_right"=>"1", "create_right"=>"1", "update_right"=>"1", "destroy_right"=>"1", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Update Permission", "id"=>"2"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Unpermitted parameter: permission_type  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]]  (0.1ms) commit transaction Redirected to http://localhost:3000/adeia/permissions Completed 302 Found in 16ms (ActiveRecord: 1.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:47:09 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.3/app/views/snaptable/base.html.erb (28.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (32.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.4ms) Completed 200 OK in 106ms (Views: 97.1ms | ActiveRecord: 1.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:52:14 +0100 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.9ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.4/app/views/snaptable/_search_field.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.4/app/views/snaptable/_buttons.html.erb (1.0ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.4/app/views/snaptable/base.html.erb (86.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (104.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) Completed 200 OK in 698ms (Views: 584.6ms | ActiveRecord: 7.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:52:15 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:52:15 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:52:15 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:52:15 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:52:15 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 14:52:15 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:52:15 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:52:15 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:57:23 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_search_field.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_buttons.html.erb (1.3ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/base.html.erb (78.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (95.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Completed 200 OK in 634ms (Views: 515.5ms | ActiveRecord: 8.0ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:57:24 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:57:24 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:57:24 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:57:24 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:57:24 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:57:24 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 14:57:24 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:57:24 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:59:39 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:59:46 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_search_field.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_buttons.html.erb (1.0ms)  (0.6ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/base.html.erb (71.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (88.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) Completed 200 OK in 492ms (Views: 381.5ms | ActiveRecord: 7.8ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 14:59:47 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 14:59:47 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 14:59:47 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 14:59:47 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 14:59:47 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 14:59:47 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 14:59:47 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 14:59:47 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 14:59:48 +0100 Processing by Adeia::PermissionsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (4.3ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (53.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (66.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 145ms (Views: 137.2ms | ActiveRecord: 2.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:59:50 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_search_field.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_buttons.html.erb (1.7ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/base.html.erb (43.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (49.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 135ms (Views: 125.3ms | ActiveRecord: 1.8ms) Started GET "/adeia/permissions/2/edit" for ::1 at 2015-10-27 14:59:54 +0100 Processing by Adeia::PermissionsController#edit as HTML Parameters: {"id"=>"2"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["update_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Adeia::Action Exists (0.6ms) SELECT 1 AS one FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? LIMIT 1 [["permission_id", 2]]  (0.3ms) SELECT COUNT(*) FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (30.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/edit.html.erb within layouts/adeia (44.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 103ms (Views: 92.4ms | ActiveRecord: 3.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 14:59:56 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_buttons.html.erb (0.5ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/base.html.erb (46.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (49.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 112ms (Views: 102.7ms | ActiveRecord: 2.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 15:08:17 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.5ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_search_field.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/base.html.erb (58.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (63.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.3ms) Completed 200 OK in 182ms (Views: 140.9ms | ActiveRecord: 3.8ms) Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 15:08:17 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 15:08:17 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 15:08:17 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 15:08:17 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 15:08:17 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 15:08:17 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 15:08:17 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 15:08:17 +0100 Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:26:55 +0100 Processing by Adeia::TokensController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (83.9ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:27:04 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#index as HTML User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Completed 500 Internal Server Error in 123ms (ActiveRecord: 6.0ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:20:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:67:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (83.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 18:27:07 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_search_field.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_buttons.html.erb (1.1ms)  (1.0ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/base.html.erb (78.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (85.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.2ms) Completed 200 OK in 373ms (Views: 350.1ms | ActiveRecord: 3.6ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 18:27:09 +0100 Processing by Adeia::PermissionsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (3.7ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.8ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (49.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (62.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 122ms (Views: 114.6ms | ActiveRecord: 2.1ms) User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Adeia::Element Load (0.7ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]] Adeia::Permission Load (1.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 1 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 2 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/tokens"]]  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "adeia/tokens"], ["created_at", "2015-10-27 17:31:24.303653"], ["updated_at", "2015-10-27 17:31:24.303653"]]  (7.5ms) commit transaction Adeia::Permission Load (0.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 3 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]]  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "adeia_permissions" ("element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["element_id", 3], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-27 17:31:24.328376"], ["updated_at", "2015-10-27 17:31:24.328376"]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]]  (1.2ms) commit transaction Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 18:31:41 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (13.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (3.6ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (103.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (133.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Completed 200 OK in 506ms (Views: 399.1ms | ActiveRecord: 6.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:31:42 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:31:42 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:31:42 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:31:42 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:31:42 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:31:42 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:31:42 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:31:42 +0100 Started GET "/" for ::1 at 2015-10-27 18:34:54 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (22.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (183.1ms) User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Adeia::Element Load (0.7ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]] Adeia::Permission Load (1.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 1 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 2 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/tokens"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 3 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 1 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 2 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/tokens"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 3 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Adeia::Element Load (0.8ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]] Adeia::Permission Load (1.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 1 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 2 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/tokens"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 3 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Adeia::Element Load (0.6ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]] Adeia::Permission Load (1.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 1 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 2 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/tokens"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 3 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 1 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 2 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/tokens"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 3 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Started GET "/adeia/permissions/new" for ::1 at 2015-10-27 18:42:25 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (16.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (3.9ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (110.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (146.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Completed 200 OK in 523ms (Views: 407.2ms | ActiveRecord: 8.5ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:42:26 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:42:26 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:42:26 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:42:26 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:42:26 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:42:26 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:42:26 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:42:26 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-27 18:42:36 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rkJjk+93KY4gsO59GMooGJfXdufxZnmS7l/Oi4qnSyO/HrhwG9qRUs9enh9r3t09I8kKBlSXdW/yyhmirMK7GQ==", "permission"=>{"permission_type"=>"all_entries", "element_id"=>"3", "global_owner"=>"gid://dummy/User/1", "read_right"=>"1", "create_right"=>"1", "update_right"=>"1", "destroy_right"=>"1", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] Unpermitted parameter: permission_type User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) rollback transaction Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.6ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (23.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (35.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 124ms (Views: 108.8ms | ActiveRecord: 1.9ms) Started POST "/adeia/permissions" for ::1 at 2015-10-27 18:42:56 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMBu4yRuqXEW7JaESB9nX7CmY3FxUSVPG8yyWoi2axMNnLUA0MMRrfkC5uY7C5J6BLgfkNSgKbIHWWVzrtObKQ==", "permission"=>{"permission_type"=>"all_entries", "element_id"=>"3", "global_owner"=>"gid://dummy/User/1", "read_right"=>"1", "create_right"=>"1", "update_right"=>"1", "destroy_right"=>"1", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}}}, "commit"=>"Create Permission"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (82.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 18:43:06 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.6ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_search_field.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/base.html.erb (95.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (113.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.0ms) Completed 200 OK in 507ms (Views: 399.2ms | ActiveRecord: 7.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 18:43:27 +0100 Processing by Adeia::PermissionsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (25.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (84.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 18:43:34 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_search_field.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/_buttons.html.erb (1.0ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.5/app/views/snaptable/base.html.erb (85.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (103.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Completed 200 OK in 499ms (Views: 392.5ms | ActiveRecord: 8.1ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:43:35 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:43:35 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:43:35 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:43:35 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:43:35 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:43:35 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:43:35 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:43:35 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-27 18:48:44 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_search_field.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (1.0ms)  (0.6ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (79.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (97.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) Completed 200 OK in 630ms (Views: 523.4ms | ActiveRecord: 7.8ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:48:45 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:48:45 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:48:45 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:48:45 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:48:45 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:48:45 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:48:45 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:48:45 +0100 Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:48:53 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 10ms (ActiveRecord: 1.1ms) NameError (uninitialized constant Adeia::TokensController::TokenTable): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:8:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (80.9ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:49:13 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (1.1ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_tokens" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_tokens" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (14.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (32.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) Completed 200 OK in 431ms (Views: 325.7ms | ActiveRecord: 6.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:49:14 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:49:14 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:49:14 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:49:14 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:49:14 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:49:14 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:49:14 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:49:14 +0100 Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:49:36 +0100 Processing by Adeia::TokensController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (81.9ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:49:43 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (1.1ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_tokens" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_tokens" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (14.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (32.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) Completed 200 OK in 420ms (Views: 306.3ms | ActiveRecord: 6.4ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:49:43 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_tokens" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (7.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (9.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 68ms (Views: 61.4ms | ActiveRecord: 0.9ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:49:43 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:49:43 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:49:43 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:49:43 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:49:43 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:49:43 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:49:43 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:49:43 +0100 Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:50:52 +0100 Processing by Adeia::TokensController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.1ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:50:53 +0100 Processing by Adeia::TokensController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.5ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:50:58 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#index as HTML User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (1.1ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_tokens" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_tokens" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (15.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (34.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) Completed 200 OK in 435ms (Views: 321.6ms | ActiveRecord: 7.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:50:59 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:50:59 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:50:59 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:50:59 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:50:59 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:50:59 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:50:59 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:50:59 +0100 Started GET "/adeia/tokens" for ::1 at 2015-10-27 18:53:29 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_tokens" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_tokens" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (10.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (14.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 92ms (Views: 82.3ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:53:29 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:53:29 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:53:29 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:53:29 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:53:29 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:53:29 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:53:29 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:53:29 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:53:30 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.9ms) ActionView::MissingTemplate (Missing template adeia/tokens/new, adeia/application/new with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/khcr/Projets/Web/adeia/spec/test_app/app/views" * "/Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views" * "/Users/khcr/Projets/Web/adeia/app/views" ): actionview (4.2.4) lib/action_view/path_set.rb:46:in `find' actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (60.9ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:53:32 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.7ms) ActionView::MissingTemplate (Missing template adeia/tokens/new, adeia/application/new with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/khcr/Projets/Web/adeia/spec/test_app/app/views" * "/Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views" * "/Users/khcr/Projets/Web/adeia/app/views" ): actionview (4.2.4) lib/action_view/path_set.rb:46:in `find' actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (68.6ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:53:55 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (22.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (26.9ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.6ms) ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Permission): 1: <%= form_for @token do |f| %> 2: 3: <%= f.label :permission_id %> 4: <%= f.collection_select :permission_id, Permission.all, :full_name %> 5: 6: <%= f.label :exp_at %> 7: <%= f.date_select :exp_at %> /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:4:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb__2051397290272108385_70350727582640' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb__2051397290272108385_70350727582640' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens_new_html_erb__2305405580827813921_70350727667600' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.9ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:54:03 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (4.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (7.7ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms) ActionView::Template::Error (wrong number of arguments (3 for 4..6)): 1: <%= form_for @token do |f| %> 2: 3: <%= f.label :permission_id %> 4: <%= f.collection_select :permission_id, Adeia::Permission.all, :full_name %> 5: 6: <%= f.label :exp_at %> 7: <%= f.date_select :exp_at %> actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:788:in `collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:4:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb__2051397290272108385_70350748194520' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb__2051397290272108385_70350748194520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens_new_html_erb__2305405580827813921_70350727667600' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (63.5ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:54:15 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (9.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (12.9ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined method `full_name' for #): 1: <%= form_for @token do |f| %> 2: 3: <%= f.label :permission_id %> 4: <%= f.collection_select :permission_id, Adeia::Permission.all, :id, :full_name %> 5: 6: <%= f.label :exp_at %> 7: <%= f.date_select :exp_at %> activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:759:in `value_for_collection' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:395:in `block in options_from_collection_for_select' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `map' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:394:in `options_from_collection_for_select' actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:21:in `render' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:4:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb__2051397290272108385_70350708282420' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb__2051397290272108385_70350708282420' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens_new_html_erb__2305405580827813921_70350727667600' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.8ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:55:07 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.3ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:55:14 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.5ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (1.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (83.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (131.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.3ms) Completed 200 OK in 545ms (Views: 432.2ms | ActiveRecord: 8.1ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:55:15 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:55:15 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:55:15 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:55:15 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:55:15 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:55:15 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:55:15 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:55:15 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:55:55 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.6ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:55:57 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.8ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:56:03 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.7ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (78.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (101.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Completed 200 OK in 493ms (Views: 373.3ms | ActiveRecord: 8.2ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:56:03 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:56:03 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:56:03 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:56:03 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:56:03 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:56:03 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:56:04 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:56:04 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:56:17 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.8ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:58:29 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (81.5ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:58:31 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `current_user' for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.6ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:58:56 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (1.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.8ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (83.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (105.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.1ms) Completed 200 OK in 518ms (Views: 395.3ms | ActiveRecord: 9.0ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:58:57 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (13.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (16.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 92ms (Views: 86.2ms | ActiveRecord: 1.5ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:58:57 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:58:57 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:58:57 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:58:57 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:58:57 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:58:57 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:58:57 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:58:57 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:59:40 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.9ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (91.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (114.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Completed 200 OK in 529ms (Views: 422.2ms | ActiveRecord: 8.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:59:41 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:59:41 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:59:41 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:59:41 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:59:41 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:59:41 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:59:41 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:59:41 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 18:59:42 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (9.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (12.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 93ms (Views: 87.3ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 18:59:42 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 18:59:42 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 18:59:42 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 18:59:42 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 18:59:42 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 18:59:42 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 18:59:42 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 18:59:42 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:19 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.7ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (96.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (121.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.3ms) Completed 200 OK in 549ms (Views: 425.3ms | ActiveRecord: 8.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:04:20 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:04:20 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:04:20 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:04:20 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:04:20 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:04:20 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:04:20 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:04:20 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:31 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (134.6ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:34 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (111.9ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:35 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (110.9ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:46 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (117.9ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:47 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (125.5ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:47 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (119.5ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:47 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (120.8ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:52 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (124.1ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:52 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (127.0ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:52 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (124.7ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:52 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (105.4ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:53 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (132.3ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:54 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (138.4ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:54 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (123.1ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:04:56 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (101.5ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:05:16 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (92.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (114.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Completed 200 OK in 558ms (Views: 448.4ms | ActiveRecord: 15.3ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:05:17 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:05:17 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:05:17 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:05:17 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:05:17 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:05:17 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:05:17 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:05:17 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:05:18 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (11.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (15.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 104ms (Views: 97.9ms | ActiveRecord: 1.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:05:18 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (18.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (22.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Completed 200 OK in 87ms (Views: 80.6ms | ActiveRecord: 1.8ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:05:18 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:05:26 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (128.1ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:05:27 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (125.1ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:05:27 +0100 ActionController::RoutingError (undefined local variable or method `load_and_authorize' for Adeia::TokensController:Class): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:5:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:4:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:3:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (119.6ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:05:40 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.5ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (80.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (106.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) Completed 200 OK in 447ms (Views: 338.8ms | ActiveRecord: 7.6ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:05:40 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:05:40 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:05:41 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:05:41 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:05:41 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:05:41 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:05:41 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:05:41 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:48:58 +0100 Processing by Adeia::TokensController#new as HTML User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.5ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (46.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (55.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Completed 200 OK in 273ms (Views: 234.0ms | ActiveRecord: 3.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:48:58 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:48:58 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:48:58 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:48:58 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:48:58 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:48:58 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:48:58 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:48:58 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:49:35 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.5ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:49:36 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.2ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:49:37 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.4ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:49:37 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.4ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:49:45 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (84.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (106.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.1ms) Completed 200 OK in 481ms (Views: 369.2ms | ActiveRecord: 7.9ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:49:45 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:49:46 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:49:46 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:49:46 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:49:46 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:49:46 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:49:46 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:49:46 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:50:33 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.5ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:50:34 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.7ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:50:34 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (70.3ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:50:35 +0100 Processing by Adeia::TokensController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) ArgumentError (A copy of Adeia::SessionsHelper has been removed from the module tree but is still active!): activesupport (4.2.4) lib/active_support/dependencies.rb:479:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/khcr/Projets/Web/adeia/app/helpers/adeia/sessions_helper.rb:24:in `current_user' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:31:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.9ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:55:14 +0100 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.5ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (93.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (120.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.2ms) Completed 200 OK in 524ms (Views: 373.8ms | ActiveRecord: 9.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:55:15 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:55:15 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:55:15 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:55:15 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:55:15 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:55:15 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:55:15 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:55:15 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:55:16 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (15.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (20.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Completed 200 OK in 88ms (Views: 81.3ms | ActiveRecord: 1.9ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:55:16 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:55:16 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:55:16 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:55:16 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:55:16 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:55:16 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:55:16 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:55:16 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:55:17 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.4ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (16.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (20.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 112ms (Views: 103.1ms | ActiveRecord: 1.9ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:55:17 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:55:17 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:55:17 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:55:17 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:55:17 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:55:17 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:55:17 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:55:17 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:55:35 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.7ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (24.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (39.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 156ms (Views: 95.7ms | ActiveRecord: 7.8ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:55:35 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:55:35 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:55:35 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:55:35 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:55:35 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:55:35 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:55:35 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:55:35 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:55:39 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (12.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (15.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 71ms (Views: 64.8ms | ActiveRecord: 1.6ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:55:39 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:55:39 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:55:39 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:55:39 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:55:39 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:55:39 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:55:39 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:55:39 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:55:43 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.8ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (33.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (49.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Completed 200 OK in 186ms (Views: 110.5ms | ActiveRecord: 7.8ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 19:55:43 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 19:55:43 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 19:55:43 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 19:55:43 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 19:55:43 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 19:55:43 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 19:55:43 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 19:55:43 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 19:55:55 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (22.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (25.9ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 1.9ms) ActionView::Template::Error (undefined method `merge' for true:TrueClass): 7: <%= f.date_select :exp_at %> 8: 9: <%= f.label :is_valid %> 10: <%= f.check_box :is_valid, true %> 11: 12: <% end %> actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1870:in `objectify_options' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1710:in `check_box' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:10:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb___1761017467776287619_70339068672120' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb___1761017467776287619_70339068672120' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens_new_html_erb__3589447628084033664_70339054522660' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (83.4ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:01:00 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (11.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (14.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 78ms (Views: 72.8ms | ActiveRecord: 1.3ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:01:00 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:01:00 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:01:00 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:01:00 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:01:00 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:01:00 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:01:00 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:01:00 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:01:10 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (22.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (27.3ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 2.3ms) ActionView::Template::Error (undefined method `merge' for 1:Fixnum): 7: <%= f.date_select :exp_at %> 8: 9: <%= f.label :is_valid %> 10: <%= f.check_box :is_valid, 1, true %> 11: 12: <% end %> actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1870:in `objectify_options' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1710:in `check_box' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:10:in `block in ___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb___1761017467776287619_70339077948620' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens__form_html_erb___1761017467776287619_70339077948620' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_tokens_new_html_erb__3589447628084033664_70339054522660' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (75.0ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:03:04 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (10.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (14.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 81ms (Views: 74.0ms | ActiveRecord: 1.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:03:04 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:03:04 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:03:04 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:03:04 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:03:04 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:03:04 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:03:04 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:03:04 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:03:19 +0100 Processing by Adeia::TokensController#new as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (1.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (23.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (28.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 155ms (Views: 95.8ms | ActiveRecord: 8.2ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:03:20 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:03:20 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:03:20 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:03:20 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:03:20 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:03:20 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:03:20 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:03:20 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:03:35 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (10.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (14.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 71ms (Views: 66.1ms | ActiveRecord: 1.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:03:35 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:03:35 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:03:35 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:03:35 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:03:35 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:03:35 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:03:35 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:03:35 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:07:13 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.3ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (18.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (25.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 101ms (Views: 93.8ms | ActiveRecord: 1.9ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:07:13 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:07:13 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:07:13 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:07:13 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:07:13 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:07:13 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:07:13 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:07:13 +0100 Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:07:19 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MnpRhmC/Md9e36ple3vajdQEN0Or//hHCkMt2ne/ziEjJopllBKJA7Ex2gcIby+oYBpLog4O9LoW1vrzUdo+Gw==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.5ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.8ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:70:in `find_by_token' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.4ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:17:39 +0100 Processing by Adeia::TokensController#index as HTML User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (1.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.6ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (3.2ms)  (0.9ms) SELECT COUNT(*) FROM "adeia_tokens" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_tokens" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (25.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (32.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.3ms) Completed 200 OK in 201ms (Views: 130.9ms | ActiveRecord: 5.5ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:17:41 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.5ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_tokens" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (9.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (12.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 123ms (Views: 107.6ms | ActiveRecord: 1.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:17:41 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:17:41 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:17:41 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:17:42 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:17:42 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:17:42 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:17:42 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:17:42 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:17:42 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (19.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (24.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 117ms (Views: 108.7ms | ActiveRecord: 2.1ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:17:44 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1AYl7llFAKVo/RIlI9p/ffmVPlL1uvM4PlT0W/hjtrDFWv4Nrei4eYcTYkdQzopYTYtCs1BL/8UiwSNy3gZGig==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.4ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.5ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:70:in `find_by_token' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.9ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:18:56 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1AYl7llFAKVo/RIlI9p/ffmVPlL1uvM4PlT0W/hjtrDFWv4Nrei4eYcTYkdQzopYTYtCs1BL/8UiwSNy3gZGig==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 19ms (ActiveRecord: 2.6ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:70:in `find_by_token' activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:24:in `method_missing' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.8ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:18:58 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1AYl7llFAKVo/RIlI9p/ffmVPlL1uvM4PlT0W/hjtrDFWv4Nrei4eYcTYkdQzopYTYtCs1BL/8UiwSNy3gZGig==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.4ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.5ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:70:in `find_by_token' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.9ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:20:23 +0100 Processing by Adeia::TokensController#new as HTML Adeia::Permission Load (0.6ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.7ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (1.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (60.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (63.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.3ms) Completed 200 OK in 158ms (Views: 144.6ms | ActiveRecord: 4.8ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:20:24 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:20:24 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:20:24 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:20:24 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:20:24 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:20:24 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:20:24 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:20:24 +0100 Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:20:25 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xqbyQ8SgKa1iPEHWXivf/a/DKs4zT4K7Nk56f3ahUV/X+imgMA2RcY3SMbQtPyrYG91WL5a+jkYq261WUMShZQ==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"}  (0.2ms) begin transaction SQL (1.6ms) INSERT INTO "adeia_tokens" ("permission_id", "is_valid", "exp_at", "created_at", "updated_at", "token") VALUES (?, ?, ?, ?, ?, ?) [["permission_id", 1], ["is_valid", "t"], ["exp_at", "2015-10-27"], ["created_at", "2015-10-27 19:20:25.104494"], ["updated_at", "2015-10-27 19:20:25.104494"], ["token", "hQJQbu14qXH0DvrnypA-6Q"]]  (6.4ms) commit transaction Redirected to http://localhost:3000/adeia/tokens Completed 302 Found in 18ms (ActiveRecord: 8.2ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:20:25 +0100 Processing by Adeia::TokensController#index as HTML Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" IN (1) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (50.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (54.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.3ms) Completed 200 OK in 129ms (Views: 126.1ms | ActiveRecord: 0.9ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:20:29 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.8ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (14.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (17.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 155ms (Views: 79.8ms | ActiveRecord: 5.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:20:29 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:20:29 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:20:29 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:20:29 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:20:29 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:20:29 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:20:29 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:20:29 +0100 Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:20:31 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (27.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (31.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 86ms (Views: 79.7ms | ActiveRecord: 2.1ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:20:32 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"WsLbZmanGaXmWiRtiJWvkKITyMPtXJNuteGRlxeqrT1LngCFkgqheQm0VA/7gVq1Fg20Ikitn5OpdEa+Mc9dBw==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.9ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:70:in `find_by_token' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.6ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:24:33 +0100 Processing by Adeia::TokensController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (25.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (30.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Completed 200 OK in 149ms (Views: 96.8ms | ActiveRecord: 4.3ms) Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:24:33 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:24:33 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:24:33 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:24:33 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:24:33 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:24:33 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:24:33 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:24:33 +0100 Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:24:34 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"w4TnDP2rGs9HXNNSNYsaz/H39xDbzyJ1W35wjd/nponS2DzvCQaiE6iyozBGn+/qRemL8X4+LohH66ek+YJWsw==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.7ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' activerecord (4.2.4) lib/active_record/dynamic_matchers.rb:70:in `find_by_token' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.0ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:27:59 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.3ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (90.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (113.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.2ms) Completed 200 OK in 517ms (Views: 392.3ms | ActiveRecord: 4.9ms) Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:28:00 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:28:00 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:28:00 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:28:00 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:28:00 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:28:00 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:28:00 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:28:00 +0100 Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:28:01 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWTLeRNlxoxmkI6qsim1ccz2kImylYHoSZyV0CbieHAQOBCa58h+UIl+/sjBPUBUeOjsaBdkjRVVCUL5AIeISg==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.7ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (86.8ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:28:26 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWTLeRNlxoxmkI6qsim1ccz2kImylYHoSZyV0CbieHAQOBCa58h+UIl+/sjBPUBUeOjsaBdkjRVVCUL5AIeISg==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.4ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.1ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:28:49 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWTLeRNlxoxmkI6qsim1ccz2kImylYHoSZyV0CbieHAQOBCa58h+UIl+/sjBPUBUeOjsaBdkjRVVCUL5AIeISg==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 59ms (ActiveRecord: 1.3ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:45:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (96.3ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:28:51 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWTLeRNlxoxmkI6qsim1ccz2kImylYHoSZyV0CbieHAQOBCa58h+UIl+/sjBPUBUeOjsaBdkjRVVCUL5AIeISg==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:45:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:63:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.8ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:36:36 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWTLeRNlxoxmkI6qsim1ccz2kImylYHoSZyV0CbieHAQOBCa58h+UIl+/sjBPUBUeOjsaBdkjRVVCUL5AIeISg==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 59ms (ActiveRecord: 1.2ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:65:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (92.0ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:36:38 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWTLeRNlxoxmkI6qsim1ccz2kImylYHoSZyV0CbieHAQOBCa58h+UIl+/sjBPUBUeOjsaBdkjRVVCUL5AIeISg==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.5ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:65:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (70.9ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:37:04 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWTLeRNlxoxmkI6qsim1ccz2kImylYHoSZyV0CbieHAQOBCa58h+UIl+/sjBPUBUeOjsaBdkjRVVCUL5AIeISg==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.4ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 57ms (ActiveRecord: 1.4ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:66:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (17.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (92.0ms) Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:37:29 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWTLeRNlxoxmkI6qsim1ccz2kImylYHoSZyV0CbieHAQOBCa58h+UIl+/sjBPUBUeOjsaBdkjRVVCUL5AIeISg==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1 Completed 500 Internal Server Error in 59ms (ActiveRecord: 1.3ms) ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: token.permission_id: SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "token"."permission_id" = '1' AND "token"."exp_at(1i)" = '2015' AND "token"."exp_at(2i)" = '10' AND "token"."exp_at(3i)" = '27' AND "token"."is_valid" = '1' LIMIT 1): sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.4) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:351:in `select' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.4) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.4) lib/active_record/relation.rb:639:in `exec_queries' activerecord (4.2.4) lib/active_record/relation.rb:515:in `load' activerecord (4.2.4) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:475:in `find_take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:105:in `take' activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:84:in `find_by' activerecord (4.2.4) lib/active_record/querying.rb:7:in `find_by' activerecord (4.2.4) lib/active_record/core.rb:168:in `find_by' /Users/khcr/Projets/Web/adeia/lib/adeia/database.rb:43:in `token_rights' /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:9:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:66:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:34:in `authorize!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:19:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (88.7ms) Started GET "/adeia/tokens/new" for ::1 at 2015-10-27 20:37:53 +0100 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#new as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.3ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (94.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/new.html.erb within layouts/adeia (123.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.1ms) Completed 200 OK in 628ms (Views: 481.4ms | ActiveRecord: 6.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:37:55 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:37:55 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:37:55 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:37:55 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:37:55 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:37:55 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:37:55 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:37:55 +0100 Started POST "/adeia/tokens" for ::1 at 2015-10-27 20:37:56 +0100 Processing by Adeia::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TKKHO8ARBflFGMRScXLieQZ2AnSBw4RCIJd4iDobqsRd/lzYNLy9Jar2tDACZhdcsmh+lSQyiL88Aq+hHH5a/g==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Create Token"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["create_right", "t"]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "adeia_tokens" ("permission_id", "is_valid", "exp_at", "created_at", "updated_at", "token") VALUES (?, ?, ?, ?, ?, ?) [["permission_id", 1], ["is_valid", "t"], ["exp_at", "2015-10-27"], ["created_at", "2015-10-27 19:37:56.210360"], ["updated_at", "2015-10-27 19:37:56.210360"], ["token", "KO4CMVK7TZdxuK9TpXs46A"]]  (7.1ms) commit transaction Redirected to http://localhost:3000/adeia/tokens Completed 302 Found in 18ms (ActiveRecord: 8.6ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:37:56 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.6ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (2.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (24.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (31.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.4ms) Completed 200 OK in 149ms (Views: 133.8ms | ActiveRecord: 2.1ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:38:58 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (20.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (23.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 118ms (Views: 107.3ms | ActiveRecord: 1.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:38:58 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:38:58 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:38:58 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:38:58 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:38:58 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:38:58 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:38:58 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:38:58 +0100 Started GET "/adeia/tokens/2/edit" for ::1 at 2015-10-27 20:38:59 +0100 Processing by Adeia::TokensController#edit as HTML Parameters: {"id"=>"2"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.9ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["update_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["update_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.8ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] Adeia::Action Load (0.1ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 2]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 3]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/_form.html.erb (17.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/edit.html.erb within layouts/adeia (33.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Completed 200 OK in 93ms (Views: 83.2ms | ActiveRecord: 2.9ms) Started PATCH "/adeia/tokens/2" for ::1 at 2015-10-27 20:39:02 +0100 Processing by Adeia::TokensController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vZAXF4PmCGq20SZmtLquULEIpCCvO9eVSjZLxsX0cLyszMz0d0uwtlk/VgTHrlt1BRbYwQrK22hWo5zv45GAhg==", "token"=>{"permission_id"=>"1", "exp_at(1i)"=>"2015", "exp_at(2i)"=>"10", "exp_at(3i)"=>"27", "is_valid"=>"1"}, "commit"=>"Update Token", "id"=>"2"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."id" = ? LIMIT 1 [["id", 2]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["update_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["update_right", "t"]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/adeia/tokens Completed 302 Found in 8ms (ActiveRecord: 1.0ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:39:02 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.8ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (16.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (18.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Completed 200 OK in 73ms (Views: 66.3ms | ActiveRecord: 1.1ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:41:15 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.8ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (26.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (45.8ms) Completed 500 Internal Server Error in 123ms (ActiveRecord: 4.5ms) SyntaxError (/Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:15: syntax error, unexpected '<', expecting ')' <%= yield );@output_buffer.safe_append=' ^ /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:20: syntax error, unexpected keyword_ensure, expecting ')' /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:22: syntax error, unexpected keyword_end, expecting ')'): /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:15: syntax error, unexpected '<', expecting ')' <%= yield );@output_buffer.safe_append=' ^ /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:20: syntax error, unexpected keyword_ensure, expecting ')' /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:22: syntax error, unexpected keyword_end, expecting ')' actionview (4.2.4) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.4) lib/action_view/template.rb:296:in `compile' actionview (4.2.4) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.4) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.4) lib/action_view/template.rb:232:in `compile!' actionview (4.2.4) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.6) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.4ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:41:17 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.4ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.9ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (24.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (29.4ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 2.2ms) SyntaxError (/Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:15: syntax error, unexpected '<', expecting ')' <%= yield );@output_buffer.safe_append=' ^ /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:20: syntax error, unexpected keyword_ensure, expecting ')' /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:22: syntax error, unexpected keyword_end, expecting ')'): /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:15: syntax error, unexpected '<', expecting ')' <%= yield );@output_buffer.safe_append=' ^ /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:20: syntax error, unexpected keyword_ensure, expecting ')' /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:22: syntax error, unexpected keyword_end, expecting ')' actionview (4.2.4) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.4) lib/action_view/template.rb:296:in `compile' actionview (4.2.4) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.4) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.4) lib/action_view/template.rb:232:in `compile!' actionview (4.2.4) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.8.6) lib/snaptable/constructor/renderer.rb:10:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/tokens_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (80.4ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:41:28 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (10.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (13.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (1.2ms) Completed 200 OK in 99ms (Views: 91.6ms | ActiveRecord: 1.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:41:28 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:41:28 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:41:29 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:41:29 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:41:29 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:41:29 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:41:29 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:41:29 +0100 Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:41:30 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (14.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (17.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.4ms) Completed 200 OK in 78ms (Views: 69.9ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 20:41:30 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_search_field.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (62.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (66.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.5ms) Completed 200 OK in 132ms (Views: 119.1ms | ActiveRecord: 3.1ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:41:31 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (13.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (15.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.8ms) Completed 200 OK in 84ms (Views: 76.5ms | ActiveRecord: 1.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 20:41:32 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.6ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (64.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (68.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.4ms) Completed 200 OK in 135ms (Views: 122.9ms | ActiveRecord: 3.0ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:41:55 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (26.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (30.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.5ms) Completed 200 OK in 105ms (Views: 98.2ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 20:41:55 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_search_field.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (48.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (51.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.5ms) Completed 200 OK in 123ms (Views: 113.2ms | ActiveRecord: 2.2ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:41:56 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (15.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (18.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.5ms) Completed 200 OK in 86ms (Views: 77.3ms | ActiveRecord: 1.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-27 20:41:57 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_search_field.html.erb (0.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (38.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (41.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.6ms) Completed 200 OK in 113ms (Views: 102.1ms | ActiveRecord: 2.5ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:41:59 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (15.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (19.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.5ms) Completed 200 OK in 100ms (Views: 90.8ms | ActiveRecord: 1.3ms) Started GET "/adeia/tokens?direction=asc&page=1&sort=id" for ::1 at 2015-10-27 20:42:17 +0100 Processing by Adeia::TokensController#index as JS Parameters: {"direction"=>"asc", "page"=>"1", "sort"=>"id"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (2.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id asc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (21.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/sort.js.erb (26.0ms) Completed 200 OK in 78ms (Views: 72.2ms | ActiveRecord: 1.0ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:53:28 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#index as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Completed 500 Internal Server Error in 76ms (ActiveRecord: 1.7ms) NoMethodError (private method `cookies' called for #): /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:97:in `store_location' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:32:in `initialize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `new' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:28:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (17.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (141.3ms) Started GET "/adeia/tokens" for ::1 at 2015-10-27 20:54:25 +0100 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::TokensController#index as HTML User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (1.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.4ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.8.6/app/views/snaptable/base.html.erb (46.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (70.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (1.4ms) Completed 200 OK in 500ms (Views: 382.1ms | ActiveRecord: 7.7ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-27 20:54:26 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-27 20:54:26 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-27 20:54:26 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-27 20:54:26 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-27 20:54:26 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-27 20:54:26 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-27 20:54:26 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-27 20:54:26 +0100 Started GET "/" for ::1 at 2015-10-28 15:45:42 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (169.3ms) Started GET "/" for ::1 at 2015-10-28 15:45:43 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (118.9ms) Started GET "/" for ::1 at 2015-10-28 15:45:44 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (139.9ms) Started GET "/" for ::1 at 2015-10-28 15:45:45 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (108.7ms) Started GET "/" for ::1 at 2015-10-28 15:45:45 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (126.5ms) Started GET "/" for ::1 at 2015-10-28 15:45:45 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (120.6ms) Started GET "/" for ::1 at 2015-10-28 15:45:45 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (118.5ms) Started GET "/" for ::1 at 2015-10-28 15:45:46 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (121.9ms) Started GET "/" for ::1 at 2015-10-28 15:45:47 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (124.5ms) Started GET "/" for ::1 at 2015-10-28 15:45:53 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (150.8ms) Started GET "/" for ::1 at 2015-10-28 15:45:55 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (118.9ms) Started GET "/" for ::1 at 2015-10-28 15:45:55 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (126.2ms) Started GET "/" for ::1 at 2015-10-28 15:45:55 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (133.7ms) Started GET "/" for ::1 at 2015-10-28 15:45:55 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (134.8ms) Started GET "/" for ::1 at 2015-10-28 15:45:55 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (111.5ms) Started GET "/" for ::1 at 2015-10-28 15:45:56 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (123.7ms) Started GET "/" for ::1 at 2015-10-28 15:45:57 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (121.1ms) Started GET "/" for ::1 at 2015-10-28 15:46:00 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (126.4ms) Started GET "/" for ::1 at 2015-10-28 15:46:01 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (127.2ms) Started GET "/" for ::1 at 2015-10-28 15:46:01 +0100 ActionController::RoutingError (uninitialized constant ApplicationController::SessionsHelper): app/controllers/application_controller.rb:6:in `' app/controllers/application_controller.rb:1:in `' app/controllers/articles_controller.rb:1:in `' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (125.2ms) Started GET "/" for ::1 at 2015-10-28 15:47:02 +0100 Processing by ArticlesController#index as HTML User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.6ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (3.7ms) Completed 500 Internal Server Error in 429ms (ActiveRecord: 7.3ms) ActionView::Template::Error (undefined local variable or method `current_user' for #<#:0x007faa22601ed0>): 9: 10: 11:
12: <% if current_user.nil? %> 13: <%= link_to "Login", login_path %> 14: <% else %> 15: <%= current_user.name %> | <%= link_to "Logout", logout_path %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__1322742416821104423_70184363962900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (72.0ms) Started GET "/" for ::1 at 2015-10-28 15:47:06 +0100 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.4ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (0.9ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined local variable or method `current_user' for #<#:0x007faa26fc1408>): 9: 10: 11:
12: <% if current_user.nil? %> 13: <%= link_to "Login", login_path %> 14: <% else %> 15: <%= current_user.name %> | <%= link_to "Logout", logout_path %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__1322742416821104423_70184363962900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.2ms) Started GET "/" for ::1 at 2015-10-28 15:47:06 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (0.9ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined local variable or method `current_user' for #<#:0x007faa2457e678>): 9: 10: 11:
12: <% if current_user.nil? %> 13: <%= link_to "Login", login_path %> 14: <% else %> 15: <%= current_user.name %> | <%= link_to "Logout", logout_path %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__1322742416821104423_70184363962900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.9ms) Started GET "/" for ::1 at 2015-10-28 15:47:06 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (0.8ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined local variable or method `current_user' for #<#:0x007faa23351018>): 9: 10: 11:
12: <% if current_user.nil? %> 13: <%= link_to "Login", login_path %> 14: <% else %> 15: <%= current_user.name %> | <%= link_to "Logout", logout_path %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__1322742416821104423_70184363962900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (62.5ms) Started GET "/" for ::1 at 2015-10-28 15:47:07 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.4ms) Completed 500 Internal Server Error in 51ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined local variable or method `current_user' for #<#:0x007faa23359358>): 9: 10: 11:
12: <% if current_user.nil? %> 13: <%= link_to "Login", login_path %> 14: <% else %> 15: <%= current_user.name %> | <%= link_to "Logout", logout_path %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__1322742416821104423_70184363962900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.2ms) Started GET "/" for ::1 at 2015-10-28 15:47:07 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (0.9ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined local variable or method `current_user' for #<#:0x007faa2822abf8>): 9: 10: 11:
12: <% if current_user.nil? %> 13: <%= link_to "Login", login_path %> 14: <% else %> 15: <%= current_user.name %> | <%= link_to "Logout", logout_path %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__1322742416821104423_70184363962900' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (73.7ms) Started GET "/" for ::1 at 2015-10-28 15:50:34 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (22.0ms) Completed 200 OK in 428ms (Views: 305.6ms | ActiveRecord: 7.1ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-28 15:50:35 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 15:50:35 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-28 15:50:35 +0100 Started GET "/" for ::1 at 2015-10-28 15:50:36 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.2ms) Completed 200 OK in 38ms (Views: 27.6ms | ActiveRecord: 1.3ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-28 15:50:36 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 15:50:36 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-28 15:50:36 +0100 Started GET "/" for ::1 at 2015-10-28 15:50:37 +0100 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.6ms) Completed 200 OK in 36ms (Views: 28.5ms | ActiveRecord: 1.2ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/" for ::1 at 2015-10-28 15:50:37 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 33ms (Views: 26.0ms | ActiveRecord: 0.8ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/" for ::1 at 2015-10-28 15:50:37 +0100 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 38ms (Views: 28.1ms | ActiveRecord: 1.3ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/" for ::1 at 2015-10-28 15:50:37 +0100 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 64ms (Views: 57.8ms | ActiveRecord: 1.0ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 15:50:37 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:33:17 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 500 Internal Server Error in 64ms (ActiveRecord: 1.1ms) Adeia::LoginRequired (Please login before visiting this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:18:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:68:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (96.0ms) Started GET "/" for ::1 at 2015-10-28 16:33:21 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.3ms) Started GET "/login" for ::1 at 2015-10-28 16:33:29 +0100 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (20.5ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 200 OK in 274ms (Views: 272.9ms | ActiveRecord: 0.2ms) Started POST "/sessions" for ::1 at 2015-10-28 16:33:31 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eMxQL+HC6GYFJjXAuAfIU1b7JtTI/epepXnCHPjt6IlpkIvMFW9QuurIRaLLEz124uVaNW0M5qO57BU13ogYsw==", "session"=>{"name"=>"Admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "Admin"]] Rendered sessions/new.html.erb within layouts/application (1.4ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 200 OK in 34ms (Views: 29.8ms | ActiveRecord: 0.6ms) Started POST "/sessions" for ::1 at 2015-10-28 16:33:35 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"M3+NBXkEOt/JdE2LR3KnQBzGEQ9MSmzNpy9GSu6Mnu8iI1bmjamCAyaaPek0ZlJlqNht7um7YDC7upFjyOlu1Q==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Redirected to http://localhost:3000/articles Completed 302 Found in 123ms (ActiveRecord: 0.9ms) Started GET "/articles" for ::1 at 2015-10-28 16:33:35 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 125ms (Views: 60.8ms | ActiveRecord: 5.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:33:40 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (2.3ms) Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (69.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (88.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (93.0ms) Completed 500 Internal Server Error in 114ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007fd228da7d00>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb__4420906845301618809_70270302693800' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__2269185252123426892_70270302629760' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb___4205019682558624303_70270298983680' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (24.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (86.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:33:40 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.6ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (34.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (41.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (43.6ms) Completed 500 Internal Server Error in 56ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007fd2286a2eb0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb__4420906845301618809_70270302693800' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__2269185252123426892_70270302629760' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb___4205019682558624303_70270298983680' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (92.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:38:39 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 500 Internal Server Error in 53ms (ActiveRecord: 1.2ms) Adeia::LoginRequired (Please login before visiting this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:18:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:68:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (88.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:38:39 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) Adeia::LoginRequired (Please login before visiting this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:18:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:68:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.2ms) Started GET "/login" for ::1 at 2015-10-28 16:38:45 +0100 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (20.6ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 200 OK in 261ms (Views: 259.9ms | ActiveRecord: 0.1ms) Started GET "/login" for ::1 at 2015-10-28 16:38:46 +0100 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (3.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 200 OK in 43ms (Views: 42.9ms | ActiveRecord: 0.1ms) Started POST "/sessions" for ::1 at 2015-10-28 16:38:49 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hQaCb+ZqaOekXnWMNvDasr+QqdHvm/inyZ9EslUT3SSUWlmMEsfQO0uwBe5F5C+XC47VMEpq9FrVCpObc3YtHg==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Redirected to http://localhost:3000/articles Completed 302 Found in 118ms (ActiveRecord: 0.9ms) Started GET "/articles" for ::1 at 2015-10-28 16:38:50 +0100 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.9ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.8ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.6ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.5ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (3.3ms) Completed 200 OK in 104ms (Views: 41.9ms | ActiveRecord: 5.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:38:53 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (2.0ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (38.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (52.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (56.6ms) Completed 500 Internal Server Error in 80ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f9738709cd0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (25.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (90.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:38:53 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.5ms) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (35.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (40.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (42.6ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 1.6ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f9739c76fa0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (76.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:38:55 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.4ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.5ms) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (38.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (45.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (47.7ms) Completed 500 Internal Server Error in 65ms (ActiveRecord: 1.5ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f9739acce20>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (89.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:38:56 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.5ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (40.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (48.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (50.9ms) Completed 500 Internal Server Error in 63ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f973995b168>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (79.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:38:56 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.6ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (37.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (42.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (45.2ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f9734f27d30>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (21.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (82.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:38:57 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.6ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (33.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (38.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (40.8ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f9734c28fd0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:38:57 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.5ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (31.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (36.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (39.1ms) Completed 500 Internal Server Error in 53ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f97399fb280>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (21.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (76.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:40:03 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.0ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (31.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (39.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (42.4ms) Completed 500 Internal Server Error in 62ms (ActiveRecord: 1.5ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f9738551050>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (18.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (72.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:40:04 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.6ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (30.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (36.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (39.8ms) Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f973a1ed1f0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (18.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (81.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:40:16 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (2.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.0ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (36.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (43.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (46.9ms) Completed 500 Internal Server Error in 120ms (ActiveRecord: 8.2ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f9738347ca0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (79.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:40:17 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.2ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (30.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (38.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (42.4ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f973a297920>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (24.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (85.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:40:18 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.6ms) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (43.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (51.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (56.1ms) Completed 500 Internal Server Error in 68ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f9739d74fb0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (76.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:40:18 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.2ms) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (35.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (42.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (45.7ms) Completed 500 Internal Server Error in 61ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007f97386b1350>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___3228418264835172250_70143741959520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___729006639987206245_70143708396220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__2233747577333115860_70143696943740' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (73.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:40:28 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.8ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.4ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (39.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (50.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (69.9ms) Completed 500 Internal Server Error in 194ms (ActiveRecord: 6.1ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007fc6acb849b0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___2416217472686735841_70245638681980' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__2333566386143442633_70245638990480' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb___766577036643533753_70245642758520' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (19.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (95.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:40:38 +0100 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.6ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (36.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (46.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (65.9ms) Completed 500 Internal Server Error in 196ms (ActiveRecord: 5.8ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007fc7d25ba238>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___1771664329851535909_70248098817920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1733295634240491307_70248102189300' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1037976422484743290_70248103004180' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (90.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:40:59 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.8ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.0ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (30.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (38.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (41.4ms) Completed 500 Internal Server Error in 107ms (ActiveRecord: 6.3ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007fc7d398a998>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___1771664329851535909_70248098817920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1733295634240491307_70248102189300' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1037976422484743290_70248103004180' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (74.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:01 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.7ms) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (33.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (40.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (42.7ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007fc7d1e8d0a0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___1771664329851535909_70248098817920' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb__1733295634240491307_70248102189300' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1037976422484743290_70248103004180' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:07 +0100 ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (2.9ms) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (32.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (44.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (64.6ms) Completed 500 Internal Server Error in 184ms (ActiveRecord: 6.3ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007ff3d4a49de8>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___186115646351330533_70342601996720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___3157563258753873217_70342610638100' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1337744894880573055_70342596223340' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (18.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (90.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:13 +0100 ActionController::RoutingError (uninitialized constant Adeia::ApplicationController::ButtonsHesadaslper): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (20.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (143.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:15 +0100 ActionController::RoutingError (uninitialized constant Adeia::ApplicationController::ButtonsHesadaslper): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (142.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:15 +0100 ActionController::RoutingError (uninitialized constant Adeia::ApplicationController::ButtonsHesadaslper): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (118.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:19 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.1ms) Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (37.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (44.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (47.2ms) Completed 500 Internal Server Error in 114ms (ActiveRecord: 4.7ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007ff3d498b0c8>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___186115646351330533_70342601996720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___3157563258753873217_70342610638100' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1337744894880573055_70342596223340' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (81.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:31 +0100 ActionController::RoutingError (undefined method `helpers' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (129.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:32 +0100 ActionController::RoutingError (undefined method `helpers' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (146.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:33 +0100 ActionController::RoutingError (undefined method `helpers' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (139.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:33 +0100 ActionController::RoutingError (undefined method `helpers' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (127.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:33 +0100 ActionController::RoutingError (undefined method `helpers' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (125.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:34 +0100 ActionController::RoutingError (undefined method `helpers' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (165.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:35 +0100 ActionController::RoutingError (undefined method `helpers' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (131.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:39 +0100 ActionController::RoutingError (undefined method `helper' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (138.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:39 +0100 ActionController::RoutingError (undefined method `helper' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (142.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:40 +0100 ActionController::RoutingError (undefined method `helper' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (126.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:41:40 +0100 ActionController::RoutingError (undefined method `helper' for Snaptable:Module): /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:7:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:2:in `' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/application_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on' activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:1:in `' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (132.1ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:42:03 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.1ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (36.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (43.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (46.5ms) Completed 500 Internal Server Error in 113ms (ActiveRecord: 3.0ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007ff3d71c7410>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___186115646351330533_70342601996720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___3157563258753873217_70342610638100' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1337744894880573055_70342596223340' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (20.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (75.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:42:05 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (1.2ms) Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (32.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (41.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (44.7ms) Completed 500 Internal Server Error in 65ms (ActiveRecord: 1.6ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007ff3d7100cc0>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___186115646351330533_70342601996720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___3157563258753873217_70342610638100' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1337744894880573055_70342596223340' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (76.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:42:05 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.7ms) Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (32.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (39.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (41.7ms) Completed 500 Internal Server Error in 55ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007ff3d37d2b60>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___186115646351330533_70342601996720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___3157563258753873217_70342610638100' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1337744894880573055_70342596223340' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (17.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (82.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:42:06 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_search_field.html.erb (0.5ms) Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/_buttons.html.erb (34.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.0/app/views/snaptable/base.html.erb (41.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (44.3ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `add_button?' for #<#:0x007ff3d70c21c8>): 1:

<%= t("table.buttons.title") %>

2:

3: <% if add_button? %> 4: <%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %> 5: <% end %> 6: <% if edit_button? %> snaptable (0.9.0) app/views/snaptable/_buttons.html.erb:3:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable__buttons_html_erb___186115646351330533_70342601996720' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' snaptable (0.9.0) app/views/snaptable/base.html.erb:5:in `___sers_khcr__rvm_gems_ruby_______gems_snaptable_______app_views_snaptable_base_html_erb___3157563258753873217_70342610638100' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:43:in `render_to_string' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:21:in `render_to_string' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:7:in `present' /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb:3:in `___sers_khcr__rojets__eb_adeia_app_views_adeia_permissions_index_html_erb__1337744894880573055_70342596223340' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.0) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:48:48 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 500 Internal Server Error in 66ms (ActiveRecord: 3.3ms) Adeia::LoginRequired (Please login before visiting this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:18:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:68:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (96.8ms) Started GET "/login" for ::1 at 2015-10-28 16:48:51 +0100 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (21.6ms) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 200 OK in 300ms (Views: 299.0ms | ActiveRecord: 0.3ms) Started GET "/login" for ::1 at 2015-10-28 16:48:51 +0100 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (3.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 200 OK in 60ms (Views: 59.4ms | ActiveRecord: 0.1ms) Started POST "/sessions" for ::1 at 2015-10-28 16:48:55 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZ4ppIg4+uS8puuxxijqZqL8EFSS+JAaK+YVkDNoAf40wvJHfJVCOFNIm9O1PB9DFuJstTcJnOc3c8K5FQ3xxA==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Redirected to http://localhost:3000/articles Completed 302 Found in 117ms (ActiveRecord: 0.8ms) Started GET "/articles" for ::1 at 2015-10-28 16:48:55 +0100 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (1.0ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 123ms (Views: 45.8ms | ActiveRecord: 6.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:48:58 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (2.8ms)  (0.9ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (141.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (146.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (1.3ms) Completed 200 OK in 475ms (Views: 463.7ms | ActiveRecord: 3.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 16:48:58 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.5ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.6ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (51.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (54.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (1.3ms) Completed 200 OK in 127ms (Views: 117.4ms | ActiveRecord: 2.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:36:19 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 500 Internal Server Error in 64ms (ActiveRecord: 1.3ms) Adeia::LoginRequired (Please login before visiting this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:18:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:68:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (78.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:36:21 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) Adeia::LoginRequired (Please login before visiting this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:18:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:68:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.5ms) Started GET "/login" for ::1 at 2015-10-28 18:36:24 +0100 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (21.9ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 200 OK in 270ms (Views: 269.9ms | ActiveRecord: 0.1ms) Started POST "/sessions" for ::1 at 2015-10-28 18:36:29 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"RMqSkZSzy/LO77Bi3fALrGSvSRap5SzCo9uuwfxBK3dVlklyYB5zLiEBwACu5P6J0LE19wwUID+/Tnno2iTbTQ==", "session"=>{"name"=>"Admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "Admin"]] Rendered sessions/new.html.erb within layouts/application (1.3ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ot5exGu0yU0JKdrjsX5zfg"]] Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.4ms) Started POST "/sessions" for ::1 at 2015-10-28 18:36:30 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ch+QToZ041YWFPLjVoIXT8TipZL60yhICavB+4kTHmEbQ0utctlbivn6goElluJqcPzZc18iJLUVPhbSr3buWw==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Redirected to http://localhost:3000/articles Completed 302 Found in 113ms (ActiveRecord: 0.5ms) Started GET "/articles" for ::1 at 2015-10-28 18:36:30 +0100 Processing by ArticlesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.8ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.8ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."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"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (3.2ms) Completed 200 OK in 107ms (Views: 36.7ms | ActiveRecord: 6.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:36:37 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (2.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.3ms)  (0.6ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (131.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (139.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (1.2ms) Completed 200 OK in 331ms (Views: 314.4ms | ActiveRecord: 3.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:36:37 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.5ms)  (0.5ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.5ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (118.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (121.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.7ms) Completed 200 OK in 238ms (Views: 230.1ms | ActiveRecord: 2.9ms) Started GET "/adeia/groups" for ::1 at 2015-10-28 18:36:39 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 1.0ms) Adeia::AccessDenied (You don't have access to this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:20:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:68:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (86.6ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:36:41 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (57.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (62.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (1.2ms) Completed 200 OK in 183ms (Views: 173.9ms | ActiveRecord: 2.1ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:36:42 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:36:42 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:36:42 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:36:42 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:36:42 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:36:42 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:36:42 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:36:42 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:05 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.5ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (42.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (44.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.8ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.9ms) Completed 200 OK in 123ms (Views: 113.9ms | ActiveRecord: 3.5ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:05 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:05 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:05 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:05 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:05 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:05 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:05 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:05 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:06 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (37.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (41.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (4.7ms) Completed 200 OK in 105ms (Views: 97.6ms | ActiveRecord: 2.0ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:06 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:06 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:06 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:06 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:06 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:06 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:06 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:06 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:07 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (36.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (41.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (5.2ms) Completed 200 OK in 117ms (Views: 110.0ms | ActiveRecord: 2.0ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:07 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (37.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (40.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.3ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.2ms) Completed 200 OK in 103ms (Views: 96.3ms | ActiveRecord: 2.2ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:07 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:08 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (39.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (43.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (4.4ms) Completed 200 OK in 112ms (Views: 103.5ms | ActiveRecord: 2.3ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:08 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:08 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:08 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:08 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:08 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:08 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:08 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:08 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:09 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (48.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (50.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.9ms) Completed 200 OK in 124ms (Views: 115.1ms | ActiveRecord: 2.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:09 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (35.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (39.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (5.6ms) Completed 200 OK in 113ms (Views: 103.8ms | ActiveRecord: 2.6ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:09 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:10 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (40.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (42.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (5.8ms) Completed 200 OK in 109ms (Views: 100.5ms | ActiveRecord: 2.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:10 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (32.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (35.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (5.5ms) Completed 200 OK in 104ms (Views: 96.8ms | ActiveRecord: 2.0ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:10 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:11 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (40.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (42.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (5.2ms) Completed 200 OK in 107ms (Views: 99.2ms | ActiveRecord: 2.4ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:11 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:11 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:11 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:11 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:11 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:11 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:11 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:11 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:11 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (33.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (36.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (8.0ms) Completed 200 OK in 115ms (Views: 107.3ms | ActiveRecord: 2.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:12 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (37.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (40.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (5.7ms) Completed 200 OK in 106ms (Views: 97.9ms | ActiveRecord: 2.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:12 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:38:55 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (38.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (41.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (5.0ms) Completed 200 OK in 115ms (Views: 105.8ms | ActiveRecord: 2.7ms) Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:38:55 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:38:55 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:38:55 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:38:55 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:38:55 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:38:55 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:38:55 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:38:55 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:39:02 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.6ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.4ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.5ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (110.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (134.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (1.5ms) Completed 200 OK in 633ms (Views: 511.2ms | ActiveRecord: 8.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:39:03 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (55.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (58.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (0.6ms) Completed 200 OK in 161ms (Views: 151.8ms | ActiveRecord: 2.1ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:39:03 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:39:03 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:39:03 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:39:03 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:39:03 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:39:03 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:39:03 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:39:03 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:39:18 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.1ms)  (1.0ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (99.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (117.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.8ms) Completed 200 OK in 567ms (Views: 455.3ms | ActiveRecord: 9.4ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:39:19 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:39:19 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:39:19 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:39:19 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:39:19 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:39:19 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:39:19 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:39:19 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:39:20 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (62.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (65.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (1.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (7.4ms) Completed 200 OK in 174ms (Views: 164.8ms | ActiveRecord: 3.2ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:39:20 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:39:20 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:39:20 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:39:21 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:39:21 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:39:21 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:39:21 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:39:21 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:42:28 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.7ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.3ms)  (0.7ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (96.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (118.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.8ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (7.2ms) Completed 200 OK in 571ms (Views: 461.9ms | ActiveRecord: 9.2ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:42:29 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:42:29 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:42:29 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:42:29 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:42:29 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:42:29 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:42:29 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:42:29 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:42:29 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.9ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (65.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (67.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (8.5ms) Completed 200 OK in 183ms (Views: 172.9ms | ActiveRecord: 2.7ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:42:30 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:42:30 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:42:30 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:42:30 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:42:30 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:42:30 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:42:30 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:42:30 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:43:09 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.8ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.8ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.1ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (99.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (119.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.9ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.8ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (7.0ms) Completed 200 OK in 565ms (Views: 458.2ms | ActiveRecord: 9.6ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:43:10 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:43:10 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:43:10 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:43:10 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:43:10 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:43:10 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:43:10 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:43:10 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:43:11 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (61.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (65.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.6ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.6ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.6ms) Completed 200 OK in 177ms (Views: 165.5ms | ActiveRecord: 3.2ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:43:11 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:43:11 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:43:11 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:43:11 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:43:11 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:43:11 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:43:11 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:43:11 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:44:28 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (3.9ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (1.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.5ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (125.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (150.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.9ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (7.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (35.0ms) Completed 200 OK in 882ms (Views: 738.8ms | ActiveRecord: 21.0ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:44:29 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:44:29 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:44:29 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:44:29 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:44:29 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:44:29 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:44:29 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:44:29 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:45:00 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.5ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (92.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (105.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.4ms) Completed 200 OK in 528ms (Views: 435.5ms | ActiveRecord: 6.1ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:45:01 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:45:17 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (3.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (105.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (126.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.3ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.7ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (10.9ms) Completed 200 OK in 695ms (Views: 563.8ms | ActiveRecord: 7.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:45:18 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:45:18 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:45:18 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:45:18 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:45:18 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:45:18 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:45:18 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:45:18 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:45:50 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (3.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (99.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (113.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.4ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (8.5ms) Completed 200 OK in 548ms (Views: 448.4ms | ActiveRecord: 5.5ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:45:51 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:45:51 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:45:51 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:45:51 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:45:51 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:45:51 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:45:51 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:45:51 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:45:51 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:46:10 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.1ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (102.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (124.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.5ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.9ms) Completed 200 OK in 599ms (Views: 482.7ms | ActiveRecord: 5.6ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:46:11 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:46:51 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (93.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (112.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.7ms) Completed 200 OK in 556ms (Views: 447.6ms | ActiveRecord: 5.3ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:46:52 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:46:52 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:46:52 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:46:52 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:46:52 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:46:52 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:46:52 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:46:52 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:47:15 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (2.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (95.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (107.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.8ms) Completed 200 OK in 511ms (Views: 421.5ms | ActiveRecord: 5.5ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:47:16 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (57.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (60.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_action_permissions"."permission_id" = "adeia_permissions"."id" INNER JOIN "adeia_actions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' AND "adeia_actions"."name" = 'read' Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (6.1ms) Completed 200 OK in 164ms (Views: 155.0ms | ActiveRecord: 2.8ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:47:16 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:47:16 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:47:16 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:47:16 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:47:16 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:47:16 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:47:16 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:47:16 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:47:16 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:57:50 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (137.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (182.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.8ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (8.5ms) Completed 500 Internal Server Error in 842ms (ActiveRecord: 5.9ms) ActionView::Template::Error (undefined method `_rights' for #): 1: <%= link_to t("application.header.permissions"), permissions_path if can? :read, "adeia/permissions" %> 2: <%= link_to t("application.header.tokens"), tokens_path %> 3: <%= link_to t("application.header.groups"), groups_path %> /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:25:in `can?' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:72:in `can?' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:39:in `can?' actionpack (4.2.4) lib/abstract_controller/helpers.rb:67:in `can?' /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb:1:in `___sers_khcr__rojets__eb_adeia_app_views_layouts__sidebar_html_erb___2491760627497457128_70267175534760' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia.html.erb:13:in `___sers_khcr__rojets__eb_adeia_app_views_layouts_adeia_html_erb___772324145077806641_70267165522220' actionview (4.2.4) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.4) lib/action_view/template.rb:333:in `instrument' actionview (4.2.4) lib/action_view/template.rb:143:in `render' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.1) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (65.4ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:58:04 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.4ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (92.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (110.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.4ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (5.9ms) Completed 200 OK in 545ms (Views: 450.0ms | ActiveRecord: 5.8ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:58:05 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:58:05 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:58:05 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:58:05 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:58:05 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:58:05 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:58:05 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:58:05 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:58:05 +0100 Started GET "/adeia/permissions" for ::1 at 2015-10-28 18:59:17 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (63.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (66.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (18.7ms) Completed 200 OK in 191ms (Views: 172.5ms | ActiveRecord: 2.8ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:59:18 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:59:18 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:59:18 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:59:18 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:59:18 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:59:18 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:59:18 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:59:18 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:59:18 +0100 Started GET "/adeia/permissions/new" for ::1 at 2015-10-28 18:59:20 +0100 Processing by Adeia::PermissionsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (3.6ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (46.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (58.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (10.0ms) Completed 200 OK in 123ms (Views: 116.9ms | ActiveRecord: 2.7ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/groups"]]  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "adeia/groups"], ["created_at", "2015-10-28 17:59:40.881772"], ["updated_at", "2015-10-28 17:59:40.881772"]]  (7.7ms) commit transaction Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 4 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "adeia_permissions" ("element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["element_id", 4], ["owner_id", 1], ["owner_type", "User"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-28 17:59:40.923807"], ["updated_at", "2015-10-28 17:59:40.923807"]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 4]]  (1.1ms) commit transaction Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 1 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 2 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/tokens"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."element_id" = 3 AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 LIMIT 1 [["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]] Started GET "/adeia/permissions/new" for ::1 at 2015-10-28 18:59:50 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (14.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (3.5ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.2ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (154.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (186.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (14.4ms) Completed 200 OK in 634ms (Views: 529.7ms | ActiveRecord: 5.9ms) Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 18:59:51 +0100 Started POST "/adeia/permissions" for ::1 at 2015-10-28 19:00:00 +0100 Processing by Adeia::PermissionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rYPbTVbCWXYVj121RSDq1iuWPF7zN4jEd1b2Ge58A5O83wCuom/hqvphLdc2NB/zn4hAv1bGhDlrwyEwyBnzqQ==", "permission"=>{"permission_type"=>"all_entries", "element_id"=>"4", "global_owner"=>"gid://dummy/User/1", "read_right"=>"1", "create_right"=>"1", "update_right"=>"1", "destroy_right"=>"1", "resource_id"=>"", "actions_attributes"=>{"0"=>{"name"=>""}, "1"=>{"name"=>""}}}, "commit"=>"Create Permission"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] SQL (0.6ms) INSERT INTO "adeia_permissions" ("permission_type", "element_id", "owner_id", "owner_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["permission_type", 0], ["element_id", 4], ["owner_id", 1], ["owner_type", "User"], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-28 18:00:00.789601"], ["updated_at", "2015-10-28 18:00:00.789601"]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 5]]  (1.7ms) commit transaction Redirected to http://localhost:3000/adeia/permissions Completed 302 Found in 26ms (ActiveRecord: 3.8ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 19:00:00 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (2.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (1.5ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (80.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (84.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.3ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (16.3ms) Completed 200 OK in 189ms (Views: 170.7ms | ActiveRecord: 3.4ms) Started GET "/adeia/groups" for ::1 at 2015-10-28 19:00:02 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.6ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_groups" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_groups" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (19.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/index.html.erb within layouts/adeia (26.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (17.2ms) Completed 200 OK in 132ms (Views: 122.8ms | ActiveRecord: 2.3ms) Started GET "/adeia/groups" for ::1 at 2015-10-28 19:01:01 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_groups" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_groups" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (8.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/index.html.erb within layouts/adeia (82.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.5ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (14.9ms) Completed 200 OK in 216ms (Views: 158.6ms | ActiveRecord: 5.1ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 19:01:01 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 19:01:02 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 19:01:02 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 19:01:02 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 19:01:02 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 19:01:02 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 19:01:02 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 19:01:02 +0100 Started GET "/adeia/groups" for ::1 at 2015-10-28 19:06:49 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.7ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] CACHE (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (2.9ms)  (0.9ms) SELECT COUNT(*) FROM "adeia_groups" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_groups" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (47.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/index.html.erb within layouts/adeia (53.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (1.7ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (22.2ms) Completed 200 OK in 277ms (Views: 191.5ms | ActiveRecord: 9.2ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-28 19:06:50 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-28 19:06:50 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-28 19:06:50 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-28 19:06:50 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-28 19:06:50 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-28 19:06:50 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-28 19:06:50 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-28 19:06:50 +0100 Started GET "/adeia/groups/new" for ::1 at 2015-10-28 19:06:51 +0100 Processing by Adeia::GroupsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/_form.html.erb (9.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/new.html.erb within layouts/adeia (22.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (1.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (17.2ms) Completed 200 OK in 113ms (Views: 103.1ms | ActiveRecord: 2.8ms) Started GET "/adeia/groups" for ::1 at 2015-10-28 19:06:52 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_groups" CACHE (0.0ms) SELECT COUNT(*) FROM "adeia_groups" Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (6.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/index.html.erb within layouts/adeia (9.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (14.0ms) Completed 200 OK in 89ms (Views: 81.7ms | ActiveRecord: 1.8ms) Started GET "/adeia/groups/new" for ::1 at 2015-10-28 19:06:54 +0100 Processing by Adeia::GroupsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/_form.html.erb (9.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/new.html.erb within layouts/adeia (20.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (12.0ms) Completed 200 OK in 112ms (Views: 102.3ms | ActiveRecord: 2.0ms) Started POST "/adeia/groups" for ::1 at 2015-10-28 19:07:04 +0100 Processing by Adeia::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1QglFhb1aE11pTCqHPCm7uE4CLhg9O0IiQ5D4FFhUorEVP714ljQkZpLQMhv5FPLVSZ0WcUF4fWVm5TJdwSisA==", "group"=>{"name"=>"writers"}, "commit"=>"Create Group"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["create_right", "t"]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "writers"], ["created_at", "2015-10-28 18:07:04.104142"], ["updated_at", "2015-10-28 18:07:04.104142"]]  (4.7ms) commit transaction Redirected to http://localhost:3000/adeia/groups Completed 302 Found in 13ms (ActiveRecord: 5.9ms) Started GET "/adeia/groups" for ::1 at 2015-10-28 19:07:04 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_groups" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" ORDER BY adeia_groups.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (9.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/index.html.erb within layouts/adeia (12.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.7ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (12.4ms) Completed 200 OK in 87ms (Views: 79.9ms | ActiveRecord: 2.0ms) Started GET "/adeia/groups/1/edit" for ::1 at 2015-10-28 19:07:06 +0100 Processing by Adeia::GroupsController#edit as HTML Parameters: {"id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["update_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["update_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/_form.html.erb (9.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/edit.html.erb within layouts/adeia (23.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (19.3ms) Completed 200 OK in 108ms (Views: 101.0ms | ActiveRecord: 2.4ms) Started PATCH "/adeia/groups/1" for ::1 at 2015-10-28 19:07:08 +0100 Processing by Adeia::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XF4kSg0CVKhS9DrTyOIQt2eh5KREnXUmWbSuWciFXJNNAv+p+a/sdL0aSrG79uWS07+YReFsedtFIXlw7uCsqQ==", "group"=>{"name"=>"writers"}, "commit"=>"Update Group", "id"=>"1"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.4ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["update_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."update_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["update_right", "t"]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/adeia/groups Completed 302 Found in 14ms (ActiveRecord: 1.9ms) Started GET "/adeia/groups" for ::1 at 2015-10-28 19:07:08 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_groups" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" ORDER BY adeia_groups.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (12.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/index.html.erb within layouts/adeia (15.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.3ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (11.6ms) Completed 200 OK in 91ms (Views: 80.6ms | ActiveRecord: 2.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 19:07:12 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.4ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (78.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (80.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (13.2ms) Completed 200 OK in 162ms (Views: 149.7ms | ActiveRecord: 3.7ms) Started GET "/adeia/tokens" for ::1 at 2015-10-28 19:07:13 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.3ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.6ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (27.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (30.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (14.8ms) Completed 200 OK in 118ms (Views: 106.5ms | ActiveRecord: 2.8ms) Started GET "/adeia/groups" for ::1 at 2015-10-28 19:07:14 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.7ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_groups" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" ORDER BY adeia_groups.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (13.0ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/index.html.erb within layouts/adeia (15.4ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (9.6ms) Completed 200 OK in 82ms (Views: 74.1ms | ActiveRecord: 1.8ms) Started GET "/adeia/tokens" for ::1 at 2015-10-28 19:07:14 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (12.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (15.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (10.2ms) Completed 200 OK in 96ms (Views: 87.6ms | ActiveRecord: 2.0ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 19:07:15 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.8ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.4ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (61.7ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (64.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (9.8ms) Completed 200 OK in 136ms (Views: 123.4ms | ActiveRecord: 3.6ms) Started GET "/adeia/tokens" for ::1 at 2015-10-28 19:07:15 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (15.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (17.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (10.1ms) Completed 200 OK in 95ms (Views: 85.4ms | ActiveRecord: 1.8ms) Started GET "/adeia/groups" for ::1 at 2015-10-28 19:07:16 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_groups" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" ORDER BY adeia_groups.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (8.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/index.html.erb within layouts/adeia (11.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (11.0ms) Completed 200 OK in 81ms (Views: 74.6ms | ActiveRecord: 1.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 19:07:16 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (54.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (56.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (25.1ms) Completed 200 OK in 138ms (Views: 129.0ms | ActiveRecord: 2.9ms) Started GET "/adeia/groups" for ::1 at 2015-10-28 19:07:17 +0100 Processing by Adeia::GroupsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.5ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_groups" Adeia::Group Load (0.5ms) SELECT "adeia_groups".* FROM "adeia_groups" ORDER BY adeia_groups.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (12.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/groups/index.html.erb within layouts/adeia (17.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", true]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (12.0ms) Completed 200 OK in 97ms (Views: 85.7ms | ActiveRecord: 2.6ms) Started GET "/adeia/tokens" for ::1 at 2015-10-28 19:07:18 +0100 Processing by Adeia::TokensController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.7ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_tokens" Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" ORDER BY adeia_tokens.id desc LIMIT 30 OFFSET 0 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (16.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/tokens/index.html.erb within layouts/adeia (20.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (11.0ms) Completed 200 OK in 92ms (Views: 83.3ms | ActiveRecord: 1.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 19:07:18 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.1ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (61.2ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (64.1ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (13.6ms) Completed 200 OK in 139ms (Views: 130.8ms | ActiveRecord: 2.7ms) Started DELETE "/adeia/permissions/5" for ::1 at 2015-10-28 19:07:41 +0100 Processing by Adeia::PermissionsController#destroy as HTML Parameters: {"authenticity_token"=>"vdlkjT4zstaDz+M9ON5YuigZKqhlJXkvSgzOrP6ddq+shb9uyp4KCmwhk19Lyq2fnAdWScDUddJWmRmF2PiGlQ==", "id"=>"5"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? LIMIT 1 [["id", 5]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["destroy_right", "t"]] Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."destroy_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["destroy_right", "t"]]  (0.1ms) begin transaction Adeia::ActionPermission Load (0.2ms) SELECT "adeia_action_permissions".* FROM "adeia_action_permissions" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 5]] SQL (0.4ms) DELETE FROM "adeia_permissions" WHERE "adeia_permissions"."id" = ? [["id", 5]]  (0.8ms) commit transaction Redirected to http://localhost:3000/adeia/permissions Completed 302 Found in 13ms (ActiveRecord: 2.9ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 19:07:41 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (1.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.4ms)  (0.2ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (56.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (61.6ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.2ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (9.3ms) Completed 200 OK in 140ms (Views: 130.9ms | ActiveRecord: 2.9ms) Started GET "/adeia/permissions/new" for ::1 at 2015-10-28 19:07:45 +0100 Processing by Adeia::PermissionsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."create_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["create_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_back_button.html.erb (0.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/application/_error_messages.html.erb (0.1ms) Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" User Load (0.1ms) SELECT "users".* FROM "users" Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/_form.html.erb (24.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/new.html.erb within layouts/adeia (38.9ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.3ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (12.1ms) Completed 200 OK in 147ms (Views: 142.1ms | ActiveRecord: 2.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-28 19:07:49 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "m-b9Bg6iDm_vfd33LDwSyQ"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_search_field.html.erb (0.8ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/_buttons.html.erb (0.3ms)  (0.3ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.1/app/views/snaptable/base.html.erb (47.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia (50.5ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_flash.html.erb (0.1ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1 CACHE (0.0ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.1ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" INNER JOIN "adeia_group_users" ON "adeia_group_users"."group_id" = "adeia_groups"."id" WHERE "adeia_group_users"."user_id" = 1  (0.2ms) SELECT "adeia_permissions"."resource_id" FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_elements" ON "adeia_elements"."id" = "adeia_permissions"."element_id" WHERE "adeia_permissions"."read_right" = ? AND "adeia_permissions"."owner_type" = 'User' AND "adeia_permissions"."owner_id" = 1 AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/_sidebar.html.erb (11.7ms) Completed 200 OK in 124ms (Views: 114.0ms | ActiveRecord: 3.0ms) Adeia::Element Load (0.8ms) SELECT "adeia_elements".* FROM "adeia_elements" ORDER BY "adeia_elements"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "superadmin"], ["created_at", "2015-10-30 21:24:05.729478"], ["updated_at", "2015-10-30 21:24:05.729478"]]  (4.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" ORDER BY "adeia_elements"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "superadmin"], ["created_at", "2015-10-30 21:24:12.983464"], ["updated_at", "2015-10-30 21:24:12.983464"]]  (2.3ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Adeia::Element Load (0.4ms) SELECT "adeia_elements".* FROM "adeia_elements" ORDER BY "adeia_elements"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "superadmin"], ["created_at", "2015-10-30 21:24:28.302906"], ["updated_at", "2015-10-30 21:24:28.302906"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (1.6ms) INSERT INTO "adeia_permissions" ("element_id", "owner_id", "owner_type", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["element_id", 1], ["owner_id", 4], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["created_at", "2015-10-30 21:24:28.308454"], ["updated_at", "2015-10-30 21:24:28.308454"]] Adeia::Action Load (0.6ms) SELECT "adeia_actions".* FROM "adeia_actions" INNER JOIN "adeia_action_permissions" ON "adeia_actions"."id" = "adeia_action_permissions"."action_id" WHERE "adeia_action_permissions"."permission_id" = ? [["permission_id", 6]]  (0.9ms) commit transaction Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY "adeia_permissions"."id" DESC LIMIT 1 Adeia::Group Load (0.8ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "caca"]] Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "caca"]] Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "superasdmi"]] Adeia::Group Load (0.4ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "superadmin"]]  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.7ms) select sqlite_version(*)  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20151012185720)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "remember_token" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185720"]]  (1.0ms) commit transaction Migrating to CreateArticles (20151012185726)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185726"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAdeiaElements (20151003144041)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144041"]]  (1.0ms) commit transaction Migrating to CreateAdeiaPermissions (20151003144208)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "owner_type" varchar, "adeia_element_id" integer, "permission_type" integer, "read_right" boolean, "create_right" boolean, "update_right" boolean, "destroy_right" boolean, "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_adeia_permissions_on_owner_type_and_owner_id" ON "adeia_permissions" ("owner_type", "owner_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.1ms) CREATE INDEX "index_adeia_permissions_on_adeia_element_id" ON "adeia_permissions" ("adeia_element_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144208"]]  (1.1ms) commit transaction Migrating to CreateAdeiaGroups (20151003144650)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144650"]]  (1.1ms) commit transaction Migrating to CreateAdeiaGroupUsers (20151003144706)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_group_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "adeia_group_id" integer, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_adeia_group_users_on_adeia_group_id" ON "adeia_group_users" ("adeia_group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index'   (0.1ms) CREATE INDEX "index_adeia_group_users_on_user_id" ON "adeia_group_users" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144706"]]  (1.1ms) commit transaction Migrating to CreateAdeiaTokens (20151003150524)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "is_valid" boolean, "adeia_permission_id" integer, "exp_at" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_adeia_tokens_on_adeia_permission_id" ON "adeia_tokens" ("adeia_permission_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150524"]]  (1.0ms) commit transaction Migrating to CreateAdeiaActions (20151003150747)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "adeia_actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150747"]]  (0.9ms) commit transaction Migrating to CreateAdeiaActionPermissions (20151003150806)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_action_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "adeia_action_id" integer, "adeia_permission_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_adeia_action_permissions_on_adeia_action_id" ON "adeia_action_permissions" ("adeia_action_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index'   (0.2ms) CREATE INDEX "index_adeia_action_permissions_on_adeia_permission_id" ON "adeia_action_permissions" ("adeia_permission_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150806"]]  (0.9ms) commit transaction Migrating to CreateUsers (20151012185720)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "remember_token" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185720"]]  (1.1ms) commit transaction Migrating to CreateArticles (20151012185726)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185726"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_permission_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_adeia_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_adeia_element_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_tokens_on_adeia_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_tokens_on_adeia_permission_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index' Started GET "/" for ::1 at 2015-10-30 23:41:16 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by ArticlesController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.9ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (91.6ms) Started GET "/" for ::1 at 2015-10-30 23:41:18 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.8ms) Started GET "/login" for ::1 at 2015-10-30 23:41:22 +0100 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (16.8ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 233ms (Views: 232.9ms | ActiveRecord: 0.2ms) Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-30 23:41:22 +0100 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-30 23:41:22 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-30 23:41:22 +0100 Started POST "/sessions" for ::1 at 2015-10-30 23:41:24 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"t29JxMT/bdzxjRLqMa7N3yW0Et+jgSyV6/ON/cHBOQGmM5InMFLVAB5jYohCujj6kapuPgZwIGj3ZlrU56TJOw==", "session"=>{"name"=>"Admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "Admin"]] Rendered sessions/new.html.erb within layouts/application (2.5ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 37ms (Views: 34.5ms | ActiveRecord: 0.4ms) Started POST "/sessions" for ::1 at 2015-10-30 23:41:25 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AwNunMPh83XgQ2qp9uajDEss+XowPFSkZ1brjEEFvmgSX7V/N0xLqQ+tGsuF8lYp/zKFm5XNWFl7wzylZ2BOUg==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Rendered sessions/new.html.erb within layouts/application (2.8ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.2ms) Started POST "/sessions" for ::1 at 2015-10-30 23:41:26 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Y33rlT8JleBNBlVGHRemXeZPDbANmdE2ib4p3I0StFpyITB2y6QtPKLoJSRuA1N4UlFxUaho3cuVK/71q3dEYA==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Rendered sessions/new.html.erb within layouts/application (1.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.3ms) Started POST "/sessions" for ::1 at 2015-10-30 23:41:27 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HDDrg/e1sPsFFsahFygge1Z+k78Mq4XkWKMn8RkwVVoNbDBgAxgIJ+r4tsNkPNVe4mDvXqlaiRlENvDYP1WlYA==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Rendered sessions/new.html.erb within layouts/application (1.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "a8C2SIm-ZMdb-MKbUkOJfA"]] Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$10$fdN2.IOwii4LtLho4dYV2uF.neXgHPB4giV7xXTqmE/LSfrM5Z28y"], ["remember_token", "G2MuAX1ODVuQm7s2tbSmZw"], ["created_at", "2015-10-30 22:41:42.150681"], ["updated_at", "2015-10-30 22:41:42.150681"]]  (1.0ms) commit transaction  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAdeiaElements (20151003144041)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144041"]]  (1.3ms) commit transaction Migrating to CreateAdeiaPermissions (20151003144208)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "adeia_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "owner_type" varchar, "adeia_element_id" integer, "permission_type" integer, "read_right" boolean, "create_right" boolean, "update_right" boolean, "destroy_right" boolean, "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_adeia_permissions_on_owner_type_and_owner_id" ON "adeia_permissions" ("owner_type", "owner_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.2ms) CREATE INDEX "index_adeia_permissions_on_adeia_element_id" ON "adeia_permissions" ("adeia_element_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144208"]]  (1.2ms) commit transaction Migrating to CreateAdeiaGroups (20151003144650)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "adeia_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144650"]]  (1.1ms) commit transaction Migrating to CreateAdeiaGroupUsers (20151003144706)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "adeia_group_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "adeia_group_id" integer, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_adeia_group_users_on_adeia_group_id" ON "adeia_group_users" ("adeia_group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index'   (0.2ms) CREATE INDEX "index_adeia_group_users_on_user_id" ON "adeia_group_users" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144706"]]  (1.1ms) commit transaction Migrating to CreateAdeiaTokens (20151003150524)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "is_valid" boolean, "adeia_permission_id" integer, "exp_at" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_adeia_tokens_on_adeia_permission_id" ON "adeia_tokens" ("adeia_permission_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150524"]]  (1.0ms) commit transaction Migrating to CreateAdeiaActions (20151003150747)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150747"]]  (1.0ms) commit transaction Migrating to CreateAdeiaActionPermissions (20151003150806)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "adeia_action_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "adeia_action_id" integer, "adeia_permission_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_adeia_action_permissions_on_adeia_action_id" ON "adeia_action_permissions" ("adeia_action_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index'   (0.2ms) CREATE INDEX "index_adeia_action_permissions_on_adeia_permission_id" ON "adeia_action_permissions" ("adeia_permission_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150806"]]  (0.9ms) commit transaction Migrating to CreateUsers (20151012185720)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "remember_token" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185720"]]  (0.8ms) commit transaction Migrating to CreateArticles (20151012185726)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185726"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_permission_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_adeia_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_adeia_element_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_tokens_on_adeia_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_tokens_on_adeia_permission_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'  (0.1ms) begin transaction SQL (1.4ms) INSERT INTO "adeia_actions" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "share"], ["created_at", "2015-10-30 23:18:57.876534"], ["updated_at", "2015-10-30 23:18:57.876534"]]  (4.0ms) commit transaction Adeia::Action Load (0.5ms) SELECT "adeia_actions".* FROM "adeia_actions" ORDER BY "adeia_actions"."id" DESC LIMIT 1 Adeia::Permission Load (0.7ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_permissions"."id" = "adeia_action_permissions"."adeia_permission_id" WHERE "adeia_action_permissions"."adeia_action_id" = ? [["adeia_action_id", 1]] Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" ORDER BY "adeia_actions"."id" DESC LIMIT 1 Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_permissions"."id" = "adeia_action_permissions"."adeia_permission_id" WHERE "adeia_action_permissions"."action_id" = ? [[nil, 1]] SQLite3::SQLException: no such column: adeia_action_permissions.action_id: SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_permissions"."id" = "adeia_action_permissions"."adeia_permission_id" WHERE "adeia_action_permissions"."action_id" = ? Adeia::Action Load (0.2ms) SELECT "adeia_actions".* FROM "adeia_actions" ORDER BY "adeia_actions"."id" DESC LIMIT 1 Adeia::Permission Load (1.8ms) SELECT "adeia_permissions".* FROM "adeia_permissions" INNER JOIN "adeia_action_permissions" ON "adeia_permissions"."id" = "adeia_action_permissions"."adeia_permission_id" WHERE "adeia_action_permissions"."adeia_action_id" = ? [["adeia_action_id", 1]] Started GET "/adeia/permissions" for ::1 at 2015-10-31 14:42:40 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Adeia::PermissionsController#index as HTML User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ruHM8GN9O5UH4Udi-JDW2Q"]] Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.9ms) Adeia::LoginRequired (Please login before visiting this page !): /Users/khcr/Projets/Web/adeia/lib/adeia/authorization.rb:18:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:68:in `check_permissions!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_methods.rb:29:in `authorize_and_load_records!' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize' /Users/khcr/Projets/Web/adeia/lib/adeia/controller_resource.rb:10:in `block in add_before_filter' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `instance_exec' activesupport (4.2.4) lib/active_support/callbacks.rb:448:in `block in make_lambda' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (88.9ms) Started GET "/" for ::1 at 2015-10-31 14:42:45 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ruHM8GN9O5UH4Udi-JDW2Q"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) Adeia::LoginRequired (Please login before visiting this page !): app/controllers/articles_controller.rb:5:in `index' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.8ms) Started GET "/login" for ::1 at 2015-10-31 14:42:47 +0100 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (19.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ruHM8GN9O5UH4Udi-JDW2Q"]] Completed 200 OK in 233ms (Views: 232.2ms | ActiveRecord: 0.1ms) Started POST "/sessions" for ::1 at 2015-10-31 14:42:50 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oGKeP5Ou7M/JXvnGAtKFuDXmJ63nEQBPqEr63nYa8M2xPkXcZwNUEyawiaRxxnCdgfhbTELgDLK03y33UH8A9w==", "session"=>{"name"=>"kocher.ke@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "kocher.ke@gmail.com"]] Rendered sessions/new.html.erb within layouts/application (1.3ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ruHM8GN9O5UH4Udi-JDW2Q"]] Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.3ms) Started POST "/sessions" for ::1 at 2015-10-31 14:42:52 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N4cAAEkToPtoirbT0xPgRrZm31LC/AlC0r+c9DABxMIm29vjvb4YJ4dkxrGgBxVjAnijs2cNBb/OKkvdFmQ0+A==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Rendered sessions/new.html.erb within layouts/application (1.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ruHM8GN9O5UH4Udi-JDW2Q"]] Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.3ms) Started POST "/sessions" for ::1 at 2015-10-31 14:42:55 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"T8rihWYHg3aYdQ2F+qqc/Esi+IQ98jXqjo6+iPIiBeNeljlmkqo7qnebfeeJvmnZ/zyEZZgDOReSG2mh1Ef12Q==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Rendered sessions/new.html.erb within layouts/application (1.2ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ruHM8GN9O5UH4Udi-JDW2Q"]] Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.2ms) Started POST "/sessions" for ::1 at 2015-10-31 14:42:57 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"w5obeRzvtA8t6cd42Ed4JLgLcIsaynvAiBzj/AhYXkXSxsCa6EIM08IHtxqrU40BDBUMar87dz2UiTTVLj2ufw==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Rendered sessions/new.html.erb within layouts/application (1.1ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ruHM8GN9O5UH4Udi-JDW2Q"]] Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "users" ("name", "password_digest", "remember_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "admin"], ["password_digest", "$2a$10$aayyghWleqt2F6of3fHR7.p/LSEYbwZNPEGM96Pk9tx.OFT64/NYi"], ["remember_token", "5lbo2bx5Upn8sDc4OI7MsA"], ["created_at", "2015-10-31 13:43:34.130180"], ["updated_at", "2015-10-31 13:43:34.130180"]]  (4.6ms) commit transaction Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "superadmin"]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "adeia_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "superadmin"], ["created_at", "2015-10-31 13:43:43.257678"], ["updated_at", "2015-10-31 13:43:43.257678"]]  (1.0ms) commit transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "articles"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "articles"], ["created_at", "2015-10-31 13:43:43.267770"], ["updated_at", "2015-10-31 13:43:43.267770"]]  (0.9ms) commit transaction Adeia::Permission Load (0.3ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."adeia_element_id" = ? AND "adeia_permissions"."owner_id" = ? AND "adeia_permissions"."owner_type" = ? AND "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? LIMIT 1 [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]]  (0.1ms) begin transaction Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 1], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-31 13:43:43.307093"], ["updated_at", "2015-10-31 13:43:43.307093"]] Adeia::Action Load (0.2ms) 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]]  (1.3ms) commit transaction Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/permissions"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "adeia/permissions"], ["created_at", "2015-10-31 13:43:43.347456"], ["updated_at", "2015-10-31 13:43:43.347456"]]  (1.0ms) commit transaction Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."adeia_element_id" = ? AND "adeia_permissions"."owner_id" = ? AND "adeia_permissions"."owner_type" = ? AND "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? LIMIT 1 [["adeia_element_id", 2], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]]  (0.1ms) begin transaction Adeia::Group Load (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.0ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] SQL (0.3ms) INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 2], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-31 13:43:43.353319"], ["updated_at", "2015-10-31 13:43:43.353319"]] Adeia::Action Load (0.1ms) 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", 2]]  (1.4ms) commit transaction Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."name" = ? LIMIT 1 [["name", "adeia/tokens"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "adeia/tokens"], ["created_at", "2015-10-31 13:43:43.361455"], ["updated_at", "2015-10-31 13:43:43.361455"]]  (0.9ms) commit transaction Adeia::Permission Load (0.2ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."adeia_element_id" = ? AND "adeia_permissions"."owner_id" = ? AND "adeia_permissions"."owner_type" = ? AND "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? LIMIT 1 [["adeia_element_id", 3], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]]  (0.1ms) begin transaction Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] SQL (0.4ms) INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 3], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-31 13:43:43.371793"], ["updated_at", "2015-10-31 13:43:43.371793"]] Adeia::Action Load (0.1ms) 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", 3]]  (1.1ms) commit transaction Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE 1=0 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "adeia_elements" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "[]"], ["created_at", "2015-10-31 13:43:43.379307"], ["updated_at", "2015-10-31 13:43:43.379307"]]  (1.0ms) commit transaction Adeia::Permission Load (0.1ms) SELECT "adeia_permissions".* FROM "adeia_permissions" WHERE "adeia_permissions"."adeia_element_id" = ? AND "adeia_permissions"."owner_id" = ? AND "adeia_permissions"."owner_type" = ? AND "adeia_permissions"."permission_type" = ? AND "adeia_permissions"."read_right" = ? AND "adeia_permissions"."create_right" = ? AND "adeia_permissions"."update_right" = ? AND "adeia_permissions"."destroy_right" = ? LIMIT 1 [["adeia_element_id", 4], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"]]  (0.1ms) begin transaction Adeia::Group Load (0.2ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] SQL (0.3ms) INSERT INTO "adeia_permissions" ("adeia_element_id", "owner_id", "owner_type", "permission_type", "read_right", "create_right", "update_right", "destroy_right", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["adeia_element_id", 4], ["owner_id", 1], ["owner_type", "Adeia::Group"], ["permission_type", 0], ["read_right", "t"], ["create_right", "t"], ["update_right", "t"], ["destroy_right", "t"], ["created_at", "2015-10-31 13:43:43.386717"], ["updated_at", "2015-10-31 13:43:43.386717"]] Adeia::Action Load (0.1ms) 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", 4]]  (1.6ms) commit transaction Adeia::Group Load (0.9ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."name" = ? LIMIT 1 [["name", "superadmin"]]  (0.1ms) begin transaction SQL (4.8ms) INSERT INTO "adeia_group_users" ("user_id", "adeia_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["adeia_group_id", 1], ["created_at", "2015-10-31 13:43:54.685141"], ["updated_at", "2015-10-31 13:43:54.685141"]]  (2.2ms) commit transaction Started GET "/login" for ::1 at 2015-10-31 14:44:06 +0100 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (56.5ms) User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ruHM8GN9O5UH4Udi-JDW2Q"]] Completed 200 OK in 336ms (Views: 334.5ms | ActiveRecord: 0.9ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-31 14:44:07 +0100 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-10-31 14:44:07 +0100 Started GET "/assets/scaffold.self-83b741db49389dc7cfdf85bf7537a0219cce48e085c4116afc83d55c9af47c78.css?body=1" for ::1 at 2015-10-31 14:44:07 +0100 Started POST "/sessions" for ::1 at 2015-10-31 14:44:08 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zrJFdkdykPiVeL9HDqWejSfB/fGRG1cIbT6fOQcD/97f7p6Vs98oJHqWzyV9sWuok9+BEDTqW/Vxq0gQIWYP5A==", "session"=>{"name"=>"Admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "Admin"]] Rendered sessions/new.html.erb within layouts/application (1.5ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "ruHM8GN9O5UH4Udi-JDW2Q"]] Completed 200 OK in 38ms (Views: 34.9ms | ActiveRecord: 0.5ms) Started POST "/sessions" for ::1 at 2015-10-31 14:44:10 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"R7SVpjgI/7aeUMiNA7UDXcO9VYak0GX/JBcEqT1ACf1W6E5FzKVHanG+uO9wofZ4d6MpZwEhaQI4gtOAGyX5xw==", "session"=>{"name"=>"admin", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."name" = ? LIMIT 1 [["name", "admin"]] Redirected to http://localhost:3000/articles Completed 302 Found in 110ms (ActiveRecord: 0.5ms) Started GET "/articles" for ::1 at 2015-10-31 14:44:10 +0100 Processing by ArticlesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "5lbo2bx5Upn8sDc4OI7MsA"]] Adeia::Token Load (0.6ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) 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  (1.8ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'articles' [["read_right", "t"]] Adeia::Permission Load (0.3ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'articles' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Article Load (0.7ms) SELECT "articles".* FROM "articles" Rendered articles/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 89ms (Views: 27.6ms | ActiveRecord: 5.3ms) Started GET "/adeia/permissions" for ::1 at 2015-10-31 14:44:12 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "5lbo2bx5Upn8sDc4OI7MsA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) 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  (0.3ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.3ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 55ms (ActiveRecord: 1.1ms) ActionView::MissingTemplate (Missing template layouts/adeia/application with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/khcr/Projets/Web/adeia/spec/test_app/app/views" * "/Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.2/app/views" * "/Users/khcr/Projets/Web/adeia/app/views" ): actionview (4.2.4) lib/action_view/path_set.rb:46:in `find' actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:93:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `block in find_layout' actionview (4.2.4) lib/action_view/lookup_context.rb:242:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `find_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:60:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.2) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.2ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (85.7ms) Started GET "/adeia/permissions" for ::1 at 2015-10-31 14:44:13 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "5lbo2bx5Upn8sDc4OI7MsA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) 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  (0.2ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.9ms) ActionView::MissingTemplate (Missing template layouts/adeia/application with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/khcr/Projets/Web/adeia/spec/test_app/app/views" * "/Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.2/app/views" * "/Users/khcr/Projets/Web/adeia/app/views" ): actionview (4.2.4) lib/action_view/path_set.rb:46:in `find' actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:93:in `resolve_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `block in find_layout' actionview (4.2.4) lib/action_view/lookup_context.rb:242:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:76:in `find_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:60:in `render_with_layout' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.4) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' snaptable (0.9.2) lib/snaptable/constructor/renderer.rb:11:in `respond' /Users/khcr/Projets/Web/adeia/app/controllers/adeia/permissions_controller.rb:9:in `index' actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.4) lib/rails/engine.rb:518:in `call' railties (4.2.4) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/khcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.0ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (66.2ms) Started GET "/adeia/permissions" for ::1 at 2015-10-31 14:45:06 +0100 Processing by Adeia::PermissionsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = ? LIMIT 1 [["remember_token", "5lbo2bx5Upn8sDc4OI7MsA"]] Adeia::Token Load (0.2ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Adeia::Group Load (0.2ms) 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  (0.2ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] Adeia::Permission Load (0.2ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.2/app/views/snaptable/_search_field.html.erb (1.6ms) Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.2/app/views/snaptable/_buttons.html.erb (1.1ms)  (0.8ms) SELECT COUNT(*) FROM "adeia_permissions" Adeia::Permission Load (0.5ms) SELECT "adeia_permissions".* FROM "adeia_permissions" ORDER BY adeia_permissions.id desc LIMIT 30 OFFSET 0 Adeia::Element Load (0.3ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 4]] Adeia::Group Load (0.3ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.1ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.2ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Adeia::Element Load (0.1ms) SELECT "adeia_elements".* FROM "adeia_elements" WHERE "adeia_elements"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "adeia_groups".* FROM "adeia_groups" WHERE "adeia_groups"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/khcr/.rvm/gems/ruby-2.2.2/gems/snaptable-0.9.2/app/views/snaptable/base.html.erb (93.8ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/adeia/permissions/index.html.erb within layouts/adeia/application (97.3ms) Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia/_flash.html.erb (0.8ms) CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) 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 CACHE (0.0ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/permissions' [["read_right", true]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) 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  (0.4ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] Adeia::Permission Load (0.4ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/tokens' [["read_right", "t"]] CACHE (0.0ms) SELECT "adeia_tokens".* FROM "adeia_tokens" WHERE "adeia_tokens"."token" IS NULL LIMIT 1 CACHE (0.0ms) 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  (0.4ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Adeia::Permission Load (0.3ms) 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" = 'Adeia::Group' AND "adeia_permissions"."owner_id" IN (1, 1) AND "adeia_elements"."name" = 'adeia/groups' [["read_right", "t"]] Rendered /Users/khcr/Projets/Web/adeia/app/views/layouts/adeia/_sidebar.html.erb (15.5ms) Completed 200 OK in 395ms (Views: 383.6ms | ActiveRecord: 5.3ms) Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-10-31 14:45:06 +0100 Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-10-31 14:45:06 +0100 Started GET "/assets/adeia/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-10-31 14:45:07 +0100 Started GET "/assets/snaptable/table.self-7da4ed15c758542306e527f6db8d219718eb5d9a016ebd3156f4b2d4a2b01cc3.js?body=1" for ::1 at 2015-10-31 14:45:07 +0100 Started GET "/assets/snaptable.self-71ed15c50144bc50278b1c1129a3b54d901f0c641e3087b4eed556689ded8be6.js?body=1" for ::1 at 2015-10-31 14:45:07 +0100 Started GET "/assets/adeia/flash.self-00c00780607e15b0b34e5106965a69312045c50b2587f0cbaa87cd60e307fee3.js?body=1" for ::1 at 2015-10-31 14:45:07 +0100 Started GET "/assets/adeia/nested_form.self-1039a86894aa401dc695bd57bf0c6684b94d28182a6c1ed3461bb442c25e4da7.js?body=1" for ::1 at 2015-10-31 14:45:07 +0100 Started GET "/assets/adeia/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-10-31 14:45:07 +0100  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) select sqlite_version(*)  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAdeiaElements (20151003144041)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144041"]]  (0.9ms) commit transaction Migrating to CreateAdeiaPermissions (20151003144208)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "owner_type" varchar, "adeia_element_id" integer, "permission_type" integer, "read_right" boolean DEFAULT 'f', "create_right" boolean DEFAULT 'f', "update_right" boolean DEFAULT 'f', "destroy_right" boolean DEFAULT 'f', "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_adeia_permissions_on_owner_type_and_owner_id" ON "adeia_permissions" ("owner_type", "owner_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.1ms) CREATE INDEX "index_adeia_permissions_on_adeia_element_id" ON "adeia_permissions" ("adeia_element_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144208"]]  (0.8ms) commit transaction Migrating to CreateAdeiaGroups (20151003144650)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "adeia_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144650"]]  (0.9ms) commit transaction Migrating to CreateAdeiaGroupUsers (20151003144706)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_group_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "adeia_group_id" integer, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_adeia_group_users_on_adeia_group_id" ON "adeia_group_users" ("adeia_group_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index'   (0.1ms) CREATE INDEX "index_adeia_group_users_on_user_id" ON "adeia_group_users" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003144706"]]  (0.8ms) commit transaction Migrating to CreateAdeiaTokens (20151003150524)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "adeia_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "is_valid" boolean, "adeia_permission_id" integer, "exp_at" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE INDEX "index_adeia_tokens_on_adeia_permission_id" ON "adeia_tokens" ("adeia_permission_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150524"]]  (2.9ms) commit transaction Migrating to CreateAdeiaActions (20151003150747)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "adeia_actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150747"]]  (1.1ms) commit transaction Migrating to CreateAdeiaActionPermissions (20151003150806)  (0.3ms) begin transaction  (0.5ms) CREATE TABLE "adeia_action_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "adeia_action_id" integer, "adeia_permission_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_adeia_action_permissions_on_adeia_action_id" ON "adeia_action_permissions" ("adeia_action_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index'   (0.2ms) CREATE INDEX "index_adeia_action_permissions_on_adeia_permission_id" ON "adeia_action_permissions" ("adeia_permission_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151003150806"]]  (1.3ms) commit transaction Migrating to CreateUsers (20151012185720)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "password_digest" varchar, "remember_token" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185720"]]  (1.0ms) commit transaction Migrating to CreateArticles (20151012185726)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_articles_on_user_id" ON "articles" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151012185726"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_permission_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index'  (0.7ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'   (0.8ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_adeia_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_adeia_element_id' AND type='index'   (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_tokens_on_adeia_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_tokens_on_adeia_permission_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_permission_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_action_permissions_on_adeia_action_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_group_users_on_adeia_group_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_adeia_element_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_adeia_element_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_permissions_on_owner_type_and_owner_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_adeia_tokens_on_adeia_permission_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_adeia_tokens_on_adeia_permission_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_articles_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_articles_on_user_id' AND type='index'